You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So attempting to setup mimir using Helm.
I'v created my custom.yaml and running it helm install mimir ocp_helm_charts/mimir-distributed -n my-namespace -f templates/small.yaml -f templates/custom.yaml
My question is , How do I declare in my custom.yaml the persistentVolumes ? Can somebody give me and example ?
Help appreciated. (Rookie on kube so sorry if this seems obvious to others)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
HI all,
So attempting to setup mimir using Helm.
I'v created my custom.yaml and running it
helm install mimir ocp_helm_charts/mimir-distributed -n my-namespace -f templates/small.yaml -f templates/custom.yaml
the custom.yaml is like
After running get some pods that fails to start
I get a bunch of PVC that I would like to control and customize this in my custom.yaml
The PVC pending certainly are impacting the pods
My question is , How do I declare in my custom.yaml the persistentVolumes ? Can somebody give me and example ?
Help appreciated. (Rookie on kube so sorry if this seems obvious to others)
Beta Was this translation helpful? Give feedback.
All reactions