File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
keps/sig-node/4639-oci-volume-source Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -655,9 +655,17 @@ NOTE: Also set `disable-supported` to `true` or `false` in `kep.yaml`.
655
655
Yes, by disabling the feature gate. Existing workloads will not be affected by
656
656
the change.
657
657
658
+ To clear old volumes, all workloads using the `VolumeSource` needs to be
659
+ recreated after restarting the kubelets. The kube-apiserver does only the API
660
+ validation whereas the kubelets serve the implementation. This means means that
661
+ a restart of the kubelet as well as the workload would be enough to disable the
662
+ feature functionality.
663
+
658
664
# ##### What happens if we reenable the feature if it was previously rolled back?
659
665
660
- It will make the API functional again.
666
+ It will make the API functional again. If the feature gets re-enabled only for a
667
+ subset of kubelets and a user runs a scalable deployment or daemonset, then the
668
+ volume source will be only available for some pod instances.
661
669
662
670
# ##### Are there any tests for feature enablement/disablement?
663
671
You can’t perform that action at this time.
0 commit comments