We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807827c commit e6f488cCopy full SHA for e6f488c
docs/getting-started-guides/kubeadm.md
@@ -82,7 +82,7 @@ All of these components run in pods started by `kubelet`.
82
83
To initialize the master, pick one of the machines you previously installed `kubelet` and `kubeadm` on, and run:
84
85
- # kubeadm init
+ # kubeadm init --use-kubernetes-version v1.4.0-beta.11
86
87
This will download and install the cluster database and "control plane" components.
88
This may take several minutes.
0 commit comments