-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Replace outdated instructions and add a tip in kubeadm-certs.md #41939
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
Conversation
JayBeale
commented
Jul 8, 2023
- Removed outdated instructions, including a command-line flag that is no longer present.
- Clarified the behavior of kubeadm certs renew, as it requires an additional parameter that wasn't cited.
- Added a tip about copying a renewed /etc/kubernetes/admin.conf file to track the pattern from "Creating a Cluster with kubeadm"
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
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 think the change is a net-positive. yes, --csr-only
was removed.
added some suggestions.
thanks
/sig cluster-lifecycle
content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md
Outdated
Show resolved
Hide resolved
please squash the commits to one. also see the commits must not include @ mentions |
LGTM |
OK - got it - I have changed the commit message to remove the @. I'll squash now. |
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.
/lgtm
LGTM label has been added. Git tree hash: c88f687202f6987388505f0741ac336f986a2a64
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Rishit-dagli 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 |
Thank you, @Rishit-dagli - I was able to squash all of my commits except one. I'm having trouble figuring this part of the squash out.
Is there any advice you can give me? I've been trying everything I can find in docs, articles, and https://kubernetes.io/docs/contribute/new-content/open-a-pr/. |
Added missing sections from English README: - Prerequisites (npm, Go, Hugo, Docker) - Hugo segments feature for faster builds - Building API reference pages section - Troubleshooting section (Hugo extended, macOS file limits) - New contributor ambassadors section - Windows-specific Git submodule instructions - Improved formatting to match English structure This brings the Hindi README to parity with the English version and improves accessibility for Hindi-speaking developers. Fixes kubernetes#41939 Signed-off-by: Shantanu Pandey <[email protected]>