Skip to content

Commit f06c14b

Browse files
authored
Merge pull request #32339 from tengqm/no-service-account-token-autogen
New feature 'LegacyServiceAccountTokenNoAutoGeneration'
2 parents 6c43d09 + 214a6c8 commit f06c14b

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
@@ -362,6 +362,7 @@ different Kubernetes components.
362362
| `LegacyNodeRoleBehavior` | `false` | Alpha | 1.16 | 1.18 |
363363
| `LegacyNodeRoleBehavior` | `true` | Beta | 1.19 | 1.20 |
364364
| `LegacyNodeRoleBehavior` | `false` | GA | 1.21 | - |
365+
| `LegacyServiceAccountTokenNoAutoGeneration` | `true` | Beta | 1.24 | |
365366
| `MountContainers` | `false` | Alpha | 1.9 | 1.16 |
366367
| `MountContainers` | `false` | Deprecated | 1.17 | - |
367368
| `MountPropagation` | `false` | Alpha | 1.8 | 1.9 |
@@ -911,6 +912,8 @@ Each feature gate is designed for enabling/disabling a specific feature:
911912
- `LegacyNodeRoleBehavior`: When disabled, legacy behavior in service load balancers and
912913
node disruption will ignore the `node-role.kubernetes.io/master` label in favor of the
913914
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).
914917
- `LocalStorageCapacityIsolation`: Enable the consumption of
915918
[local ephemeral storage](/docs/concepts/configuration/manage-resources-containers/)
916919
and also the `sizeLimit` property of an

0 commit comments

Comments
 (0)