@@ -617,19 +617,17 @@ Each feature gate is designed for enabling/disabling a specific feature:
617
617
- ` MultiCIDRRangeAllocator ` : Enables the MultiCIDR range allocator.
618
618
- ` MultiCIDRServiceAllocator ` : Track IP address allocations for Service cluster IPs using IPAddress objects.
619
619
- ` NetworkPolicyStatus ` : Enable the ` status ` subresource for NetworkPolicy objects.
620
- - ` NewVolumeManagerReconstruction ` : Enable improved discovery of mounted volumes during kubelet
621
- startup.
620
+ - ` NewVolumeManagerReconstruction ` : Enables improved discovery of mounted volumes during kubelet
621
+ startup. Since this code has been significantly refactored, we allow to opt-out in case kubelet
622
+ gets stuck at the startup or is not unmounting volumes from terminated Pods. Note that this
623
+ refactoring was behind ` SELinuxMountReadWriteOncePod ` alpha feature gate in Kubernetes 1.25.
622
624
<!-- remove next 2 paragraphs when feature graduates to GA -->
623
625
Before Kubernetes v1.25, the kubelet used different default behavior for discovering mounted
624
626
volumes during the kubelet startup. If you disable this feature gate (it's enabled by default), you select
625
627
the legacy discovery behavior.
626
628
627
629
In Kubernetes v1.25 and v1.26, this behavior toggle was part of the ` SELinuxMountReadWriteOncePod `
628
630
feature gate.
629
- - ` NewVolumeManagerReconstruction ` : Enables improved discovery of mounted volumes during kubelet
630
- startup. Since this code has been significantly refactored, we allow to opt-out in case kubelet
631
- gets stuck at the startup or is not unmounting volumes from terminated Pods. Note that this
632
- refactoring was behind ` SELinuxMountReadWriteOncePod ` alpha feature gate in Kubernetes 1.25.
633
631
- ` NodeInclusionPolicyInPodTopologySpread ` : Enable using ` nodeAffinityPolicy ` and ` nodeTaintsPolicy ` in
634
632
[ Pod topology spread constraints] ( /docs/concepts/scheduling-eviction/topology-spread-constraints/ )
635
633
when calculating pod topology spread skew.
0 commit comments