Skip to content

Commit 5d231f1

Browse files
committed
Add ServerSideFieldValidation feature gate
It turns out the feature was not documented for 1.23.
1 parent 9b9ac3a commit 5d231f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ different Kubernetes components.
429429
| `ServerSideApply` | `false` | Alpha | 1.14 | 1.15 |
430430
| `ServerSideApply` | `true` | Beta | 1.16 | 1.21 |
431431
| `ServerSideApply` | `true` | GA | 1.22 | - |
432+
| `ServerSideFieldValidation` | `false` | Alpha | 1.23 | - |
432433
| `ServiceAccountIssuerDiscovery` | `false` | Alpha | 1.18 | 1.19 |
433434
| `ServiceAccountIssuerDiscovery` | `true` | Beta | 1.20 | 1.20 |
434435
| `ServiceAccountIssuerDiscovery` | `true` | GA | 1.21 | - |
@@ -1046,6 +1047,9 @@ Each feature gate is designed for enabling/disabling a specific feature:
10461047
cache to accelerate list operations.
10471048
- `ServerSideApply`: Enables the [Sever Side Apply (SSA)](/docs/reference/using-api/server-side-apply/)
10481049
feature on the API Server.
1050+
- `ServerSideFieldValidation`: Enables server-side field validation. This means the validation
1051+
of resource schema is performed at the API server side rather than the client side
1052+
(for example, the `kubectl create` or `kubectl apply` command line).
10491053
- `ServiceAccountIssuerDiscovery`: Enable OIDC discovery endpoints (issuer and
10501054
JWKS URLs) for the service account issuer in the API server. See
10511055
[Configure Service Accounts for Pods](/docs/tasks/configure-pod-container/configure-service-account/#service-account-issuer-discovery)

0 commit comments

Comments
 (0)