Skip to content

Commit 896559f

Browse files
committed
NetworkPolicyStatus feature alpha
1 parent 065ed76 commit 896559f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ different Kubernetes components.
153153
| `MixedProtocolLBService` | `true` | Beta | 1.24 | |
154154
| `NetworkPolicyEndPort` | `false` | Alpha | 1.21 | 1.21 |
155155
| `NetworkPolicyEndPort` | `true` | Beta | 1.22 | |
156+
| `NetworkPolicyStatus` | `false` | Alpha | 1.24 | |
156157
| `NodeSwap` | `false` | Alpha | 1.22 | |
157158
| `NodeOutOfServiceVolumeDetach` | `false` | Alpha | 1.24 | |
158159
| `OpenAPIEnums` | `false` | Alpha | 1.23 | 1.23 |
@@ -999,6 +1000,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
9991000
on all namespaces, containing the namespace name.
10001001
- `NetworkPolicyEndPort`: Enable use of the field `endPort` in NetworkPolicy objects,
10011002
allowing the selection of a port range instead of a single port.
1003+
- `NetworkPolicyStatus`: Enable the `status` subresource for NetworkPolicy objects.
10021004
- `NodeDisruptionExclusion`: Enable use of the Node label `node.kubernetes.io/exclude-disruption`
10031005
which prevents nodes from being evacuated during zone failures.
10041006
- `NodeLease`: Enable the new Lease API to report node heartbeats, which could be used as a node health signal.

0 commit comments

Comments
 (0)