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
The LocalStorageCapacityIsolation feature will be GA in v1.25.0 and thus there will be no feature gate, but for rootless users like this I've requested a kubelet config option that will be available in v1.25.0 thanks to @jinxu97. You can set localStorageCapacityIsolation: false in the kubelet config instead of disabling the feature gate when Kubernetes v1.25.0 is out.
I've identified this project as using the feature gate, so this issue is a friendly heads up about the coming removal and replacement 😅
The LocalStorageCapacityIsolation feature will be GA in v1.25.0 and thus there will be no feature gate, but for rootless users like this I've requested a kubelet config option that will be available in v1.25.0 thanks to
@jinxu97
. You can setlocalStorageCapacityIsolation: false
in the kubelet config instead of disabling the feature gate when Kubernetes v1.25.0 is out.I've identified this project as using the feature gate, so this issue is a friendly heads up about the coming removal and replacement 😅
see: kubernetes/kubernetes#111513, kubernetes/enhancements#361, coming in Kubernetes v1.25.0
The text was updated successfully, but these errors were encountered: