Remove particular pod instead of last broker (not on statefulset) #8227
Unanswered
kshitijmjoshi
asked this question in
Q&A
Replies: 1 comment 8 replies
-
If you use JBOD storage ... why don't you add new disk, move the data there and remove the old disk? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This question is related to #3527
We are on Strimzi latest (0.33.2) with Kafka version 3.4.0.
We have brokers 0 & 1 on gp2 volumes which we'd like to upgrade to gp3 (change the storage class) without downtime.
Since storageClass of PVs cannot be changed once they are created, I was planning to
Since Strimzi no longer uses statefulSet, can a particular pod be taken down now instead of the last pod?
If not, is there a recommended method to change the storage class of particular pods? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions