File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
content/en/docs/reference
command-line-tools-reference/feature-gates
labels-annotations-taints Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ stages:
13
13
- stage : beta
14
14
defaultValue : true
15
15
fromVersion : " 1.29"
16
+ toVersion : " 1.29"
17
+ - stage : stable
18
+ defaultValue : true
19
+ fromVersion : " 1.30"
16
20
---
17
21
Enable cleaning up Secret-based
18
22
[ service account tokens] ( /docs/concepts/security/service-accounts/#get-a-token )
Original file line number Diff line number Diff line change @@ -1105,13 +1105,11 @@ Example: `kubernetes.io/legacy-token-invalid-since: 2023-10-27`
1105
1105
Used on: Secret
1106
1106
1107
1107
The control plane automatically adds this label to auto-generated Secrets that
1108
- have the type ` kubernetes.io/service-account-token ` , provided that you have the
1109
- ` LegacyServiceAccountTokenCleanUp ` [ feature gate] ( /docs/reference/command-line-tools-reference/feature-gates/ )
1110
- enabled. Kubernetes {{< skew currentVersion >}} enables that behavior by default.
1111
- This label marks the Secret-based token as invalid for authentication. The value
1112
- of this label records the date (ISO 8601 format, UTC time zone) when the control
1113
- plane detects that the auto-generated Secret has not been used for a specified
1114
- duration (defaults to one year).
1108
+ have the type ` kubernetes.io/service-account-token ` . This label marks the
1109
+ Secret-based token as invalid for authentication. The value of this label
1110
+ records the date (ISO 8601 format, UTC time zone) when the control plane detects
1111
+ that the auto-generated Secret has not been used for a specified duration
1112
+ (defaults to one year).
1115
1113
1116
1114
### endpointslice.kubernetes.io/managed-by {#endpointslicekubernetesiomanaged-by}
1117
1115
You can’t perform that action at this time.
0 commit comments