add feature gate docs for ServiceLBNodePortControl
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
This commit is contained in:
@@ -153,6 +153,7 @@ different Kubernetes components.
|
|||||||
| `ServerSideApply` | `false` | Alpha | 1.14 | 1.15 |
|
| `ServerSideApply` | `false` | Alpha | 1.14 | 1.15 |
|
||||||
| `ServerSideApply` | `true` | Beta | 1.16 | |
|
| `ServerSideApply` | `true` | Beta | 1.16 | |
|
||||||
| `ServiceAccountIssuerDiscovery` | `false` | Alpha | 1.18 | |
|
| `ServiceAccountIssuerDiscovery` | `false` | Alpha | 1.18 | |
|
||||||
|
| `ServiceLBNodePortControl` | `false` | Alpha | 1.20 | 1.20 |
|
||||||
| `ServiceNodeExclusion` | `false` | Alpha | 1.8 | 1.18 |
|
| `ServiceNodeExclusion` | `false` | Alpha | 1.8 | 1.18 |
|
||||||
| `ServiceNodeExclusion` | `true` | Beta | 1.19 | |
|
| `ServiceNodeExclusion` | `true` | Beta | 1.19 | |
|
||||||
| `ServiceTopology` | `false` | Alpha | 1.17 | |
|
| `ServiceTopology` | `false` | Alpha | 1.17 | |
|
||||||
@@ -552,6 +553,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
|
|||||||
- `ServerSideApply`: Enables the [Sever Side Apply (SSA)](/docs/reference/using-api/server-side-apply/) path at the API Server.
|
- `ServerSideApply`: Enables the [Sever Side Apply (SSA)](/docs/reference/using-api/server-side-apply/) path at the API Server.
|
||||||
- `ServiceAccountIssuerDiscovery`: Enable OIDC discovery endpoints (issuer and JWKS URLs) for the service account issuer in the API server. See [Configure Service Accounts for Pods](/docs/tasks/configure-pod-container/configure-service-account/#service-account-issuer-discovery) for more details.
|
- `ServiceAccountIssuerDiscovery`: Enable OIDC discovery endpoints (issuer and JWKS URLs) for the service account issuer in the API server. See [Configure Service Accounts for Pods](/docs/tasks/configure-pod-container/configure-service-account/#service-account-issuer-discovery) for more details.
|
||||||
- `ServiceAppProtocol`: Enables the `AppProtocol` field on Services and Endpoints.
|
- `ServiceAppProtocol`: Enables the `AppProtocol` field on Services and Endpoints.
|
||||||
|
- `ServiceLBNodePortControl`: Enables the `spec.allocateLoadBalancerNodePorts` field on Services.
|
||||||
- `ServiceLoadBalancerFinalizer`: Enable finalizer protection for Service load balancers.
|
- `ServiceLoadBalancerFinalizer`: Enable finalizer protection for Service load balancers.
|
||||||
- `ServiceNodeExclusion`: Enable the exclusion of nodes from load balancers created by a cloud provider.
|
- `ServiceNodeExclusion`: Enable the exclusion of nodes from load balancers created by a cloud provider.
|
||||||
A node is eligible for exclusion if labelled with "`alpha.service-controller.kubernetes.io/exclude-balancer`" key or `node.kubernetes.io/exclude-from-external-load-balancers`.
|
A node is eligible for exclusion if labelled with "`alpha.service-controller.kubernetes.io/exclude-balancer`" key or `node.kubernetes.io/exclude-from-external-load-balancers`.
|
||||||
|
|||||||
Reference in New Issue
Block a user