Skip to content

Commit 67503b6

Browse files
authored
Merge pull request #49413 from liggitt/4193-ga
KEP-4193: 1.33 updates for ServiceAccountTokenNodeBinding GA
2 parents 53b7bf9 + 1eae769 commit 67503b6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

content/en/docs/reference/access-authn-authz/service-accounts-admin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Supported object types are as follows:
6969

7070
* Pod (used for projected volume mounts, see below)
7171
* Secret (can be used to allow revoking a token by deleting the Secret)
72-
* Node (in v1.32, creating new node-bound tokens is beta, using existing node-bound tokens is GA)
72+
* Node (can be used to auto-revoke a token when its Node is deleted; creating new node-bound tokens is GA in v1.33+)
7373

7474
When a token is bound to an object, the object's `metadata.name` and `metadata.uid` are
7575
stored as extra 'private claims' in the issued JWT.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.31"
16+
toVersion: "1.32"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.33"
1620
---
1721
Controls whether the API server allows binding service account tokens to Node objects.

0 commit comments

Comments
 (0)