fix kubeadm related links (#8718)

This commit is contained in:
Di Xu
2018-05-25 01:20:32 +08:00
committed by k8s-ci-robot
parent 114938a901
commit 0bc019b613
7 changed files with 37 additions and 37 deletions
@@ -28,6 +28,6 @@ See the [etcd documentation](https://github.com/coreos/etcd/tree/master/etcdctl)
{{% /capture %}}
{{% capture whatsnext %}}
* [kubeadm init](kubeadm-init.md) to bootstrap a Kubernetes master node
* [kubeadm join](kubeadm-join.md) to bootstrap a Kubernetes worker node and join it to the cluster
* [kubeadm init](/docs/reference/setup-tools/kubeadm/kubeadm-init/) to bootstrap a Kubernetes master node
* [kubeadm join](/docs/reference/setup-tools/kubeadm/kubeadm-join/) to bootstrap a Kubernetes worker node and join it to the cluster
{{% /capture %}}