-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
kubeadm: add task page for cluster reconf #32764
kubeadm: add task page for cluster reconf #32764
Conversation
9157020
to
f25dec4
Compare
✅ Deploy Preview for kubernetes-io-main-staging ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for kubernetes-io-main-staging ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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 so much!
This is a partial review.
nit: I'd name the file kubeadm-reconfigure.md
not kubeadm-reconf.md
Are there any “what's next” pages you'd also like to link to.
content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-reconf.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-reconf.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-reconf.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-reconf.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-reconf.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-reconf.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-reconf.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-reconf.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-reconf.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-reconf.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-reconf.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-reconf.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-reconf.md
Outdated
Show resolved
Hide resolved
thanks for the reviews! will rebase the PR later after i commit a couple of more changes. |
yeah, that seems better.
i can link to the these i guess: |
c38e52c
to
3c8d0ea
Compare
updated. EDIT: updated again to include link from the "kubeadm upgrade" page and add "what's next" links. |
The new task page outlines steps for reconfiguring a kubeadm cluster and persisting reconfiguration. Link the new page from the existing guides for "customizing components", "creating a cluster", and "kubeadm upgrade". Co-authored-by: Paco Xu <paco.xu@daocloud.io> Co-authored-by: Qiming Teng <tengqm@outlook.com>
3c8d0ea
to
931581e
Compare
/lgtm |
LGTM label has been added. Git tree hash: 8af8d387383de16dec71752b1dfd7734975d3d69
|
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
/approve
--- | ||
reviewers: | ||
- sig-cluster-lifecycle | ||
title: Reconfiguring a kubeadm cluster |
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.
capitalization nit:
title: Reconfiguring a kubeadm cluster | |
title: Reconfiguring A kubeadm Cluster |
or
title: Reconfiguring a kubeadm cluster | |
title: Reconfiguring A Cluster That Was Deployed Using kubeadm |
Obtain the Pod names: | ||
|
||
```shell | ||
kubectl get po -n kube-system | grep coredns |
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.
In docs, I recommend writing kinds out longhand.
kubectl get pod -n kube-system | grep coredns
The exception is the cheat sheet, where we give folks hint about shortcuts.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pacoxu, sftim 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 |
Add new task page outlines steps for reconfiguring
a kubeadm cluster and persisting reconfiguration.
Link the new page from the existing "customizing components"
guide and the "create cluster" guide.
The idea of the new page is to document what users have to do today to reconf a kubeadm cluster.
We have no automation today, but some kubeadm / kubectl commands can help.
xref kubernetes/kubeadm#970
xref kubernetes/kubeadm#2317
xref kubernetes/kubeadm#2318
preview
https://deploy-preview-32764--kubernetes-io-main-staging.netlify.app/docs/tasks/administer-cluster/kubeadm/kubeadm-reconf/