Add persistent volume to statefulset ingester failed #2580
Answered
by
56quarters
Mojito2110
asked this question in
Help and support
-
Hello all, I get an issue when I uprgade Ingester to add perstitent volume. The first install of Mimir in my test environment, i disabled persistence for Ingester replicas. When I migrate on the latest version (2.2.0) using helm charts, I decide to add the persistence :
But the upgrade is unsuccessful with the message :
What is wrong ? |
Beta Was this translation helpful? Give feedback.
Answered by
56quarters
Jul 28, 2022
Replies: 1 comment 2 replies
-
Hello! Kubernetes doesn't allow you to modify statefulsets in that way. You'll have to recreate them including persistence from the start. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Mojito2110
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
Kubernetes doesn't allow you to modify statefulsets in that way. You'll have to recreate them including persistence from the start.