Skip to content

Commit 214a6c8

Browse files
committed
New feature 'LegacyServiceAccountTokenNoAutoGeneration'
1 parent c0aed19 commit 214a6c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ different Kubernetes components.
366366
| `LegacyNodeRoleBehavior` | `false` | Alpha | 1.16 | 1.18 |
367367
| `LegacyNodeRoleBehavior` | `true` | Beta | 1.19 | 1.20 |
368368
| `LegacyNodeRoleBehavior` | `false` | GA | 1.21 | - |
369+
| `LegacyServiceAccountTokenNoAutoGeneration` | `true` | Beta | 1.24 | |
369370
| `MountContainers` | `false` | Alpha | 1.9 | 1.16 |
370371
| `MountContainers` | `false` | Deprecated | 1.17 | - |
371372
| `MountPropagation` | `false` | Alpha | 1.8 | 1.9 |
@@ -906,6 +907,8 @@ Each feature gate is designed for enabling/disabling a specific feature:
906907
- `LegacyNodeRoleBehavior`: When disabled, legacy behavior in service load balancers and
907908
node disruption will ignore the `node-role.kubernetes.io/master` label in favor of the
908909
feature-specific labels provided by `NodeDisruptionExclusion` and `ServiceNodeExclusion`.
910+
- `LegacyServiceAccountTokenNoAutoGeneration`: Stop auto-generation of Secret-based
911+
[service account tokens](/docs/reference/access-authn-authz/authentication/#service-account-tokens).
909912
- `LocalStorageCapacityIsolation`: Enable the consumption of
910913
[local ephemeral storage](/docs/concepts/configuration/manage-resources-containers/)
911914
and also the `sizeLimit` property of an

0 commit comments

Comments
 (0)