-
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
Fix the borken link in kubelet-integration.md page #12864
Conversation
Deploy preview for kubernetes-io-master-staging ready! Built with commit 990539e https://deploy-preview-12864--kubernetes-io-master-staging.netlify.com |
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 for the PR @DanyC97
let's move the
outside of the links`.
added a couple of comments with recommendations.
/sig cluster-lifecycle
| `kubelet` | Installs the `/usr/bin/kubelet` binary. | | ||
| `kubectl` | Installs the `/usr/bin/kubectl` binary. | | ||
| `kubernetes-cni` | Installs the official CNI binaries into the `/opt/cni/bin` directory. | | ||
| `cri-tools` | Installs the `/usr/bin/crictl` binary from [https://github.com/kubernetes-incubator/cri-tools](https://github.com/kubernetes-incubator/cri-tools). | | ||
| `cri-tools` | Installs the `/usr/bin/crictl` binary from [cri-tools git repo](https://github.com/kubernetes-incubator/cri-tools). | |
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.
please change:
[cri-tools git repo]
-> the [cri-tools git repository]
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
@@ -193,10 +193,10 @@ The DEB and RPM packages shipped with the Kubernetes releases are: | |||
|
|||
| Package name | Description | | |||
|--------------|-------------| | |||
| `kubeadm` | Installs the `/usr/bin/kubeadm` CLI tool and [The kubelet drop-in file(#the-kubelet-drop-in-file-for-systemd) for the kubelet. | | |||
| `kubeadm` | Installs the `/usr/bin/kubeadm` CLI tool and [the kubelet drop-in file](#the-kubelet-drop-in-file-for-systemd) for the kubelet. | |
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.
[the kubelet drop-in file]
-> the [kubelet drop-in file]
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
@neolit123 pls help review again. thank you! |
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
thanks
@zacharysarah who might be the sig-docs person who can approve the PR following the review from @neolit123 ? |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zacharysarah 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 |
Fixes #12859