Fix for kube-up.sh and update several documments.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2018-03-20 09:24:15 +00:00
parent 013ab03a53
commit 904938fa9d
6 changed files with 18 additions and 13 deletions

View File

@@ -51,7 +51,8 @@ $ docker pull k8s.gcr.io/pause-amd64:3.1
Status: Downloaded newer image for k8s.gcr.io/pause-amd64:3.1
$ docker save k8s.gcr.io/pause-amd64:3.1 -o pause.tar
```
Then load the container image into the container runtime:
Then use [`ctr`](https://github.com/containerd/containerd/blob/master/docs/man/ctr.1.md)
to load the container image into the container runtime:
```console
$ sudo ctr cri load pause.tar
Loaded image: k8s.gcr.io/pause-amd64:3.1