-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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 docs for kubelet credentials provider GA #38139
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
/lgtm |
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.
Thanks.
You need to change this text too:
* The kubelet image credential provider is introduced in v1.20 as an alpha feature. As with other alpha features,
a feature gate `KubeletCredentialProviders` must be enabled on only the kubelet for the feature to work.
as it is out of date.
Please also update https://kubernetes.io/docs/concepts/containers/images/#using-a-private-registry to link to https://k8s.io/docs/tasks/kubelet-credential-provider/kubelet-credential-provider/ and to mark that image pull credential plugin mechanism as stable in 1.26
/lgtm cancel These changes are useful, but they are not the whole set we need. /retitle Update docs for kubelet credentials provider GA |
content/en/docs/tasks/kubelet-credential-provider/kubelet-credential-provider.md
Show resolved
Hide resolved
8ad3d7a
to
59a2d6c
Compare
@sftim I have made the recommended changes PTAL. What other changes are needed to make this as complete? |
b9ca79b
to
c2ce181
Compare
content/en/docs/tasks/kubelet-credential-provider/kubelet-credential-provider.md
Outdated
Show resolved
Hide resolved
c2ce181
to
6016492
Compare
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.
I noticed another thing. The file content/en/docs/tasks/kubelet-credential-provider/kubelet-credential-provider.md
should really be
content/en/docs/tasks/kubelet-credential-provider.md
and we should configure a redirect (see static/_redirects
) for the old URL.
I added inline feedback.
LGTM label has been added. Git tree hash: 422a5cf63872df1e7b108e30ba2adbdd96bd4f48
|
/lgtm |
LGTM label has been added. Git tree hash: 5aa606e769d16b46c8b4636a26315a8ae3e9d6ae
|
@tengqm, are you happy with how this previews now? |
@ndixita: when you rebase this, would you be willing to squash it down to 1 or 2 commits as well? |
e8a639f
to
2040bfe
Compare
/lgtm |
LGTM label has been added. Git tree hash: 812fc1b615c0ba9037a8d313b55a236ce98eab2c
|
GA Signed-off-by: Dixita Narang <ndixita@google.com>
2040bfe
to
2b003da
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tengqm 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 |
Signed-off-by: Narang Dixita Sohanlal ndixita@google.com
Adding doc changes for kep-2133 for KubeletCredentialProviders GA.
kubernetes/enhancements#2133