Skip to content

Commit

Permalink
Fix the borken link in kubelet-integration.md page (kubernetes#12864)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanyC97 authored and Mayank Kumar committed Mar 11, 2019
1 parent 5eb88ba commit ea6ee6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/setup/independent/kubelet-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
| `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 the [cri-tools git repository](https://github.com/kubernetes-incubator/cri-tools). |

{{% /capture %}}

0 comments on commit ea6ee6d

Please sign in to comment.