fix id about joining-your-nodes in create-cluster-kubeadm page (#8966)

This commit is contained in:
Takuya Tokuda 2018-06-08 03:47:23 +09:00 committed by k8s-ci-robot
parent 4344516509
commit cfe4ac4251
2 changed files with 2 additions and 2 deletions

View File

@ -246,7 +246,7 @@ The kubeadm binary can be found at [Kubernetes Releases](https://github.com/kube
`kubeadm.exe join --token <token> <master-ip>:<master-port> --discovery-token-ca-cert-hash sha256:<hash>`
See [joining-your-nodes](https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/#44-joining-your-nodes) for more details.
See [joining-your-nodes](https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/#joining-your-nodes) for more details.
## Supported Features

View File

@ -515,7 +515,7 @@ Follow the instructions [here](/docs/setup/independent/create-cluster-kubeadm/#p
Next provision and set up the worker nodes. To do this, you will need to provision at least 3 Virtual Machines.
1. To configure the worker nodes, [follow the same steps](/docs/setup/independent/create-cluster-kubeadm/#44-joining-your-nodes) as non-HA workloads.
1. To configure the worker nodes, [follow the same steps](/docs/setup/independent/create-cluster-kubeadm/#joining-your-nodes) as non-HA workloads.
## Configure workers