-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
📖 Add a section for configuring Kubelet in Cluster API #8678
📖 Add a section for configuring Kubelet in Cluster API #8678
Conversation
Hi @musaprg. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind documentation |
/ok-to-test |
@musaprg when this one is ready for review please take it out of draft and I'll take a look |
d23ba1c
to
c66219b
Compare
I'm not confident about my English, so I would greatly appreciate your feedback on any grammatical errors. |
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.
docs/book/src/tasks/bootstrap/kubeadm-bootstrap/kubelet-config.md
Outdated
Show resolved
Hide resolved
docs/book/src/tasks/bootstrap/kubeadm-bootstrap/kubelet-config.md
Outdated
Show resolved
Hide resolved
docs/book/src/tasks/bootstrap/kubeadm-bootstrap/kubelet-config.md
Outdated
Show resolved
Hide resolved
docs/book/src/tasks/bootstrap/kubeadm-bootstrap/kubelet-config.md
Outdated
Show resolved
Hide resolved
also need this func to config kubelet args |
fac54d4
to
43bfc3c
Compare
@snstaberah Which function are you referring to? It's possible that there was a permalink, but it appears to be missing. |
lgtm pending squash |
3463620
to
3ec22f5
Compare
3ec22f5
to
8c510a0
Compare
Signed-off-by: Kotaro Inoue <inoue.kotaro@linecorp.com>
8c510a0
to
1018694
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.
Great job - thanks for working on this @musaprg! Very clearly explained with good examples.
/lgtm
/approve
LGTM label has been added. Git tree hash: c209407cf8f20a46c5dbeb13bd888f4019cb7a9f
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: killianmuldoon 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 |
What this PR does / why we need it
This PR introduces a new page to describe how to configure kubelet with CAPBK.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #8425
TODOs
Considerations