-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update doc for BoundServiceAccountTokenVolume ga #28570
Conversation
/cc @liggitt |
✔️ Deploy Preview for kubernetes-io-main-staging ready! 🔨 Explore the source changes: 3a9b198 🔍 Inspect the deploy log: https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/60d365c75c8b160007b6a170 😎 Browse the preview: https://deploy-preview-28570--kubernetes-io-main-staging.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pretty sure this should be against the 1.22 branch
@@ -44,14 +44,14 @@ kubelet [flags] | |||
<tr> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes in this file look spurious
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done. didn't know it is auto generated.
changes lgtm other than the spurious generated kubelet file |
👷 Deploy Preview for kubernetes-io-vnext-staging processing. 🔨 Explore the source changes: 3a9b198 🔍 Inspect the deploy log: https://app.netlify.com/sites/kubernetes-io-vnext-staging/deploys/60d365c78c37040008ee286b |
content/en/docs/reference/access-authn-authz/service-accounts-admin.md
Outdated
Show resolved
Hide resolved
| `BoundServiceAccountTokenVolume` | `false` | Alpha | 1.13 | 1.20 | | ||
| `BoundServiceAccountTokenVolume` | `true` | Beta | 1.21 | | | ||
| `BoundServiceAccountTokenVolume` | `true` | Beta | 1.21 | 1.22 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When the feature has graduated or deprecated, please MOVE it rather than COPY it to the second table.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
183631a
to
bee70ac
Compare
/assign @PI-Victor |
LGTM label has been added. Git tree hash: 7065f14b0bf4dd795eac5428bee96f77ea3bc1c1
|
thanks! /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: PI-Victor The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/milestone 1.22 |
xref: kubernetes/enhancements#542