Skip to content

Commit

Permalink
Add pre-pull instructions
Browse files Browse the repository at this point in the history
Add pre-pull instructions for master node

Signed-off-by: Alex Ellis <[email protected]>
  • Loading branch information
alexellis authored Dec 27, 2018
1 parent db8ccdc commit 1cb332d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1cb332d

Please sign in to comment.