File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
content/en/docs/reference/command-line-tools-reference Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ different Kubernetes components.
153
153
| ` MixedProtocolLBService ` | ` true ` | Beta | 1.24 | |
154
154
| ` NetworkPolicyEndPort ` | ` false ` | Alpha | 1.21 | 1.21 |
155
155
| ` NetworkPolicyEndPort ` | ` true ` | Beta | 1.22 | |
156
+ | ` NetworkPolicyStatus ` | ` false ` | Alpha | 1.24 | |
156
157
| ` NodeSwap ` | ` false ` | Alpha | 1.22 | |
157
158
| ` NodeOutOfServiceVolumeDetach ` | ` false ` | Alpha | 1.24 | |
158
159
| ` OpenAPIEnums ` | ` false ` | Alpha | 1.23 | 1.23 |
@@ -999,6 +1000,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
999
1000
on all namespaces, containing the namespace name.
1000
1001
- ` NetworkPolicyEndPort ` : Enable use of the field ` endPort ` in NetworkPolicy objects,
1001
1002
allowing the selection of a port range instead of a single port.
1003
+ - ` NetworkPolicyStatus ` : Enable the ` status ` subresource for NetworkPolicy objects.
1002
1004
- ` NodeDisruptionExclusion ` : Enable use of the Node label ` node.kubernetes.io/exclude-disruption `
1003
1005
which prevents nodes from being evacuated during zone failures.
1004
1006
- ` NodeLease ` : Enable the new Lease API to report node heartbeats, which could be used as a node health signal.
You can’t perform that action at this time.
0 commit comments