Replies: 1 comment 4 replies
-
Adding volumes does not help you -> you have to make sure that the volumes have space. So you either need to clean some files from the full volume or you need to increase its capacity (assuming your infrastructure supports it). |
Beta Was this translation helpful? Give feedback.
4 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.
-
I have a strimzi cluster that I am doing some experimenting on to make sure I can recover if my jbod kafka data volumes fill up by adding another volume and I am stuck in a crash loop. When I initially crashed I had only 1 jbod volume and then I applied the config with a second jbod volume which then showed up in the kafka CRD as below:
The kafka pods are now stuck in two different states.
One for a pod which was able to add the new jbod volume but is stuck in a
terminating
state:And the other pods are stuck in crash loops having mounted the new jbod volume with these logs:
Is there anything I can do to recover the cluster? Unfortunately I am not able to resize the volumes easily in my cloud provider so the options mentioned in resizing-persistent-volumes blog won't help.
Beta Was this translation helpful? Give feedback.
All reactions