From 1cb332d22b5d0f699cd358193e30efa3c5fed851 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Thu, 27 Dec 2018 21:13:33 +0000 Subject: [PATCH] Add pre-pull instructions Add pre-pull instructions for master node Signed-off-by: Alex Ellis --- GUIDE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/GUIDE.md b/GUIDE.md index 710f40a..cfe7869 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -121,6 +121,14 @@ $ curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key a * You now have two new commands installed: * kubeadm - used to create new clusters or join an existing one * kubectl - the CLI administration tool for Kubernetes + +* Pre-pull images + +`kubeadm` now has a command to pre-pull the requisites Docker images needed to run a Kubernetes master, type in: + +``` +$ sudo kubeadm config images pull -v3 +``` If using Weave Net