Merge pull request #1601 from gershwinlabs/turn-tear

Changed "turn down" cluster to "tear down" cluster
This commit is contained in:
devin-donnelly 2016-11-02 15:17:39 -07:00 committed by GitHub
commit 05ac6a0aca
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ Note: `setenforce 0` will no longer be necessary on CentOS once [#33555](https:/
The master is the machine where the "control plane" components run, including `etcd` (the cluster database) and the API server (which the `kubectl` CLI communicates with).
All of these components run in pods started by `kubelet`.
Right now you can't run `kubeadm init` twice without turning down the cluster in between, see [Turndown](#turndown).
Right now you can't run `kubeadm init` twice without tearing down the cluster in between, see [Tear down](#tear-down).
To initialize the master, pick one of the machines you previously installed `kubelet` and `kubeadm` on, and run: