Removed a redundant sentence. (#12096)
* Removed redundant sentence. The intro line was repeated twice. Therefore, removed the one under the Synopsis section. Updated the command from " " to ` ` based on the style guide. * Updated master to control plane.pull/11916/head
parent
7416c427b8
commit
6c96f7c100
content/en/docs/reference/setup-tools/kubeadm/generated
|
@ -1,12 +1,9 @@
|
||||||
|
|
||||||
Run this command in order to set up the Kubernetes master.
|
Run this command in order to set up the Kubernetes control plane.
|
||||||
|
|
||||||
### Synopsis
|
### Synopsis
|
||||||
|
|
||||||
|
The `init` command executes the following phases:
|
||||||
Run this command in order to set up the Kubernetes master.
|
|
||||||
|
|
||||||
The "init" command executes the following phases:
|
|
||||||
```
|
```
|
||||||
preflight Run master pre-flight checks
|
preflight Run master pre-flight checks
|
||||||
kubelet-start Writes kubelet settings and (re)starts the kubelet
|
kubelet-start Writes kubelet settings and (re)starts the kubelet
|
||||||
|
|
Loading…
Reference in New Issue