-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loki CRDs missing on fresh install #571
Comments
Yeah, installing the grafana-agent-operator by dropping https://github.com/Qiskit-Extensions/quantum-serverless/blob/cb13d40dddbbab974df1c932248c322dfaccc7c8/infrastructure/helm/quantumserverless/values.yaml#L360-L363 fixes it... |
Not ideal, but we could also install the CRDs manually before doing the helm install...
|
@pacomf @IceKhan13 @akihikokuroda any preferences? |
I've never seen this before. Do you know what has changed? |
not sure... the chart version was bumped in #392 , but there's no changelog so would have to go through 100s of commits to really check (if the version bump was even the cause...) one thing I didn't mention in the original issue (though I alluded to it in the title) is that it happens on a new cluster... if you've been using the same cluster for a while, the CRDs may have already been installed before we dropped the grafana-agent-operator in #505 |
no preferences... any solution that can fix the problem in the most easy way hahaha, @IceKhan13 thoughts? |
At some point in the future (i.e. not now), it might make sense to take a more holistic look at the observability stack... there's a lot of different ways to install the different components even just with the charts that we currently have (e.g. there's about 3-4 different ones that have a grafana option), so we may want to see if there's a more optimal way... |
Even easier solution: actually disable self-monitoring 😄 |
@psschwei I read it but I haven't tried it. Does it work? |
#572 fixes the problem by disabling the install of those components, so no need for the CRDs |
Steps to reproduce the problem
create new k8s cluster
cd infrastructure/helm/quantumserverless
helm install qs .
What is the current behavior?
Install fails with an error about missing CRDs:
What is the expected behavior?
Install succeeds.
I think this can be solved by tweaking some of the options in the helm chart...
The text was updated successfully, but these errors were encountered: