Strimzi is rolling the pods after disk resize with LiveResize
enabled
#10348
Replies: 1 comment 5 replies
-
I'm not sure you can introduce new logic - or at least what would it be. I think Kubernetes does not handle this well because as an application, you currently don't know if the resizing happens live or if the pod needs to be rolled. As you say, on one platform, the So what would the new logic be? I'm sure you can add some flag to the operator configuration to indicate that your platform supports live resize and the operator might use it to ignore the |
Beta Was this translation helpful? Give feedback.
-
We have live resize enabled but sometimes strimzi is still rolling the pods after volume expansion. It is happening because it is checking
FileSystemResizePending
condition on a pvc.FileSystemResizePending
is showing on pvc even when live resize is enabled. I assumed this is bug on k8s side and raised this ticket: kubernetes-csi/external-resizer#414, but got a response that it is just temporary state and should be expected.Should some new logic be introduced in strimzi to cater for this scenario during volume expansion?
Beta Was this translation helpful? Give feedback.
All reactions