File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
content/en/docs/reference/command-line-tools-reference Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ different Kubernetes components.
157
157
| ` NetworkPolicyEndPort ` | ` false ` | Alpha | 1.21 | 1.21 |
158
158
| ` NetworkPolicyEndPort ` | ` true ` | Beta | 1.22 | |
159
159
| ` NodeSwap ` | ` false ` | Alpha | 1.22 | |
160
+ | ` NodeOutOfServiceVolumeDetach ` | ` false ` | Alpha | 1.24 | |
160
161
| ` OpenAPIEnums ` | ` false ` | Alpha | 1.23 | |
161
162
| ` OpenAPIV3 ` | ` false ` | Alpha | 1.23 | |
162
163
| ` PodAndContainerStatsFromCRI ` | ` false ` | Alpha | 1.23 | |
@@ -948,6 +949,10 @@ Each feature gate is designed for enabling/disabling a specific feature:
948
949
- ` NodeDisruptionExclusion ` : Enable use of the Node label ` node.kubernetes.io/exclude-disruption `
949
950
which prevents nodes from being evacuated during zone failures.
950
951
- ` NodeLease ` : Enable the new Lease API to report node heartbeats, which could be used as a node health signal.
952
+ - ` NodeOutOfServiceVolumeDetach ` : When a Node is marked out-of-service using the
953
+ ` node.kubernetes.io/out-of-service ` taint, Pods on the node will be forcefully deleted
954
+ if they can not tolerate this taint, and the volume detach operations for Pods terminating
955
+ on the node will happen immediately. The deleted Pods can recover quickly on different nodes.
951
956
- ` NodeSwap ` : Enable the kubelet to allocate swap memory for Kubernetes workloads on a node.
952
957
Must be used with ` KubeletConfiguration.failSwapOn ` set to false.
953
958
For more details, please see [ swap memory] ( /docs/concepts/architecture/nodes/#swap-memory )
You can’t perform that action at this time.
0 commit comments