mirror of https://github.com/k3s-io/k3s
Using docker load instead of docker import
parent
ac8c57f9a0
commit
b92643ac75
|
@ -195,8 +195,9 @@ You have several choices for Kubernetes images:
|
||||||
- Useful if you are using a private registry.
|
- Useful if you are using a private registry.
|
||||||
- The release contains files such as `./kubernetes/server/bin/kube-apiserver.tar` which
|
- The release contains files such as `./kubernetes/server/bin/kube-apiserver.tar` which
|
||||||
can be converted into docker images using a command like
|
can be converted into docker images using a command like
|
||||||
`tar -C kube-apiserver -c . | docker import - kube-apiserver`
|
`docker load -i kube-apiserver.tar`
|
||||||
- *TODO*: test above command.
|
- You can verify if the image is loaded successfully with the right reposity and tag using
|
||||||
|
command like `docker images`
|
||||||
|
|
||||||
For etcd, you can:
|
For etcd, you can:
|
||||||
- Use images hosted on Google Container Registry (GCR), such as `gcr.io/google_containers/etcd:2.0.12`
|
- Use images hosted on Google Container Registry (GCR), such as `gcr.io/google_containers/etcd:2.0.12`
|
||||||
|
|
Loading…
Reference in New Issue