Skip to content

Commit 5524edb

Browse files
committed
Use the official 1.4.0 image.
1 parent cf14a29 commit 5524edb

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
@@ -90,7 +90,7 @@ All of these components run in pods started by `kubelet`.
9090

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

93-
# kubeadm init --use-kubernetes-version v1.4.0-beta.11
93+
# kubeadm init
9494

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

0 commit comments

Comments
 (0)