kinvolk/kube-spawn

Providing the hyperkube image to nodes

Opened this issue · 0 comments

We have multiple issues related to using a registry: #142 #141 #35 #18

Possible alternative

docker save -o hyperkube.tar gcr.io/google-containers/hyperkube-amd64
# mount into machine
docker load -i hyperkube.tar

https://stackoverflow.com/a/45518733