You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-storage/1790-recover-resize-failure/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,8 @@ If CSI driver does not have `GET_VOLUME` controller capability(or `ControllerGet
200
200
the enablement)?**
201
201
Yes the feature gate can be disabled once enabled. However quota resources present in the cluster will be based off a field(`pvc.Status.AllocatedResources`) which is no longer updated.
202
202
Currently without this feature - quota calculation is entirely based on `pvc.Spec.Resources` and when feature is enabled it will based off `max(pvc.Spec.Resources, pvc.Status.AllocatedResources)`
203
-
so when the feature is disabled, cluster might be reporting stale quota.
203
+
so when the feature is disabled, cluster might be reporting stale quota. To fix this issue - cluster admins can re-create `ResourceQuota` objects so as quota controller can recompute the
204
+
quota using `pvc.Spec.Resources`.
204
205
205
206
***What happens if we reenable the feature if it was previously rolled back?**
206
207
It should be possible to re-enable the feature after disabling it. When feature is disabled and re-enabled, users will be able to
0 commit comments