Skip to content

Commit e6f488c

Browse files
committed
Required for now for this to work
1 parent 807827c commit e6f488c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started-guides/kubeadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ All of these components run in pods started by `kubelet`.
8282

8383
To initialize the master, pick one of the machines you previously installed `kubelet` and `kubeadm` on, and run:
8484

85-
# kubeadm init
85+
# kubeadm init --use-kubernetes-version v1.4.0-beta.11
8686

8787
This will download and install the cluster database and "control plane" components.
8888
This may take several minutes.

0 commit comments

Comments
 (0)