File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
content/en/docs/reference/command-line-tools-reference Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -429,6 +429,7 @@ different Kubernetes components.
429
429
| ` ServerSideApply ` | ` false ` | Alpha | 1.14 | 1.15 |
430
430
| ` ServerSideApply ` | ` true ` | Beta | 1.16 | 1.21 |
431
431
| ` ServerSideApply ` | ` true ` | GA | 1.22 | - |
432
+ | ` ServerSideFieldValidation ` | ` false ` | Alpha | 1.23 | - |
432
433
| ` ServiceAccountIssuerDiscovery ` | ` false ` | Alpha | 1.18 | 1.19 |
433
434
| ` ServiceAccountIssuerDiscovery ` | ` true ` | Beta | 1.20 | 1.20 |
434
435
| ` ServiceAccountIssuerDiscovery ` | ` true ` | GA | 1.21 | - |
@@ -1046,6 +1047,9 @@ Each feature gate is designed for enabling/disabling a specific feature:
1046
1047
cache to accelerate list operations.
1047
1048
- ` ServerSideApply ` : Enables the [ Sever Side Apply (SSA)] ( /docs/reference/using-api/server-side-apply/ )
1048
1049
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).
1049
1053
- ` ServiceAccountIssuerDiscovery ` : Enable OIDC discovery endpoints (issuer and
1050
1054
JWKS URLs) for the service account issuer in the API server. See
1051
1055
[ Configure Service Accounts for Pods] ( /docs/tasks/configure-pod-container/configure-service-account/#service-account-issuer-discovery )
You can’t perform that action at this time.
0 commit comments