Hide Forgot
I think this is happening because we are explicily checking for pvc sources in pod's volume: /// if podVolume.PersistentVolumeClaim == nil || pvc == nil { // Only PVC supports resize operation. return } And since this returns false - resize operation is not attempted.
Yeah I don't think you are supposed to modify the workloads directly. I opened https://github.com/kubernetes/kubernetes/pull/109987 to fix the issue and verified that it works.
Got it. Many thanks for the fix and clarify!
I have backported the fixes to 1.24 and 1.23 - https://github.com/kubernetes/kubernetes/pull/110117 and https://github.com/kubernetes/kubernetes/pull/110118 I will keep an eye on them getting merged and once they merge I will probably link this to a bug that does rebase.
Sure. Thanks!
backport for OCP - https://github.com/openshift/kubernetes/pull/1296
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.12.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:7399