Add an optional step to prepull images in 1.11+ (#9001)

This commit is contained in:
Timothy St. Clair
2018-06-28 08:44:20 -05:00
committed by k8s-ci-robot
parent 5294779969
commit 47a44ab31e
@@ -120,6 +120,8 @@ with the default gateway to advertise the master's IP. To use a different
network interface, specify the `--apiserver-advertise-address=<ip-address>` argument
to `kubeadm init`. To deploy an IPv6 Kubernetes cluster using IPv6 addressing, you
must specify an IPv6 address, for example `--apiserver-advertise-address=fd00::101`
1. (Optional) Run `kubeadm config images pull` prior to `kubeadm init` to verify
connectivity to gcr.io registries.
Now run: