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 @@ -159,6 +159,7 @@ different Kubernetes components.
159
159
| ` NetworkPolicyEndPort ` | ` false ` | Alpha | 1.21 | 1.21 |
160
160
| ` NetworkPolicyEndPort ` | ` true ` | Beta | 1.22 | |
161
161
| ` NodeSwap ` | ` false ` | Alpha | 1.22 | |
162
+ | ` NodeOutOfServiceVolumeDetach ` | ` false ` | Alpha | 1.24 | |
162
163
| ` OpenAPIEnums ` | ` false ` | Alpha | 1.23 | |
163
164
| ` OpenAPIV3 ` | ` false ` | Alpha | 1.23 | |
164
165
| ` PodAndContainerStatsFromCRI ` | ` false ` | Alpha | 1.23 | |
@@ -951,6 +952,10 @@ Each feature gate is designed for enabling/disabling a specific feature:
951
952
- ` NodeDisruptionExclusion ` : Enable use of the Node label ` node.kubernetes.io/exclude-disruption `
952
953
which prevents nodes from being evacuated during zone failures.
953
954
- ` NodeLease ` : Enable the new Lease API to report node heartbeats, which could be used as a node health signal.
955
+ - ` NodeOutOfServiceVolumeDetach ` : When a Node is marked out-of-service using the
956
+ ` node.kubernetes.io/out-of-service ` taint, Pods on the node will be forcefully deleted
957
+ if they can not tolerate this taint, and the volume detach operations for Pods terminating
958
+ on the node will happen immediately. The deleted Pods can recover quickly on different nodes.
954
959
- ` NodeSwap ` : Enable the kubelet to allocate swap memory for Kubernetes workloads on a node.
955
960
Must be used with ` KubeletConfiguration.failSwapOn ` set to false.
956
961
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