Prometheus pending #765
-
I have a 3 nodes EKS cluster (with managed node group) and all the pods come up but the Prometheus server. There's no indication for why, enough resources are available. What am I missing? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
If I am not mistaken Prometheus has a Volume configured. @puckpuck maybe we could set |
Beta Was this translation helpful? Give feedback.
-
OK, thanks @joshleecreates and it seems it's in the CRD. Is there an example anywhere or do I have to dig into that? :) UPDATE: here's the fix …
prometheus:
server:
persistentVolume:
enabled: false
$ helm upgrade my-otel-demo open-telemetry/opentelemetry-demo --values values.yaml |
Beta Was this translation helpful? Give feedback.
OK, thanks @joshleecreates and it seems it's in the CRD. Is there an example anywhere or do I have to dig into that? :)
UPDATE: here's the fix …
values.yaml
with the following content: