Skip to content

Commit 62b8dc7

Browse files
authored
Merge pull request #32830 from tengqm/NetworkPolicyStatus-Alpha
NetworkPolicyStatus feature alpha
2 parents 1bf1d8b + 896559f commit 62b8dc7

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 |
@@ -1003,6 +1004,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
10031004
on all namespaces, containing the namespace name.
10041005
- `NetworkPolicyEndPort`: Enable use of the field `endPort` in NetworkPolicy objects,
10051006
allowing the selection of a port range instead of a single port.
1007+
- `NetworkPolicyStatus`: Enable the `status` subresource for NetworkPolicy objects.
10061008
- `NodeDisruptionExclusion`: Enable use of the Node label `node.kubernetes.io/exclude-disruption`
10071009
which prevents nodes from being evacuated during zone failures.
10081010
- `NodeLease`: Enable the new Lease API to report node heartbeats, which could be used as a node health signal.

0 commit comments

Comments
 (0)