File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
content/en/docs/reference/command-line-tools-reference Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -362,6 +362,7 @@ different Kubernetes components.
362
362
| ` LegacyNodeRoleBehavior ` | ` false ` | Alpha | 1.16 | 1.18 |
363
363
| ` LegacyNodeRoleBehavior ` | ` true ` | Beta | 1.19 | 1.20 |
364
364
| ` LegacyNodeRoleBehavior ` | ` false ` | GA | 1.21 | - |
365
+ | ` LegacyServiceAccountTokenNoAutoGeneration ` | ` true ` | Beta | 1.24 | |
365
366
| ` MountContainers ` | ` false ` | Alpha | 1.9 | 1.16 |
366
367
| ` MountContainers ` | ` false ` | Deprecated | 1.17 | - |
367
368
| ` MountPropagation ` | ` false ` | Alpha | 1.8 | 1.9 |
@@ -911,6 +912,8 @@ Each feature gate is designed for enabling/disabling a specific feature:
911
912
- ` LegacyNodeRoleBehavior ` : When disabled, legacy behavior in service load balancers and
912
913
node disruption will ignore the ` node-role.kubernetes.io/master ` label in favor of the
913
914
feature-specific labels provided by ` NodeDisruptionExclusion ` and ` ServiceNodeExclusion ` .
915
+ - ` LegacyServiceAccountTokenNoAutoGeneration ` : Stop auto-generation of Secret-based
916
+ [ service account tokens] ( /docs/reference/access-authn-authz/authentication/#service-account-tokens ) .
914
917
- ` LocalStorageCapacityIsolation ` : Enable the consumption of
915
918
[ local ephemeral storage] ( /docs/concepts/configuration/manage-resources-containers/ )
916
919
and also the ` sizeLimit ` property of an
You can’t perform that action at this time.
0 commit comments