Use of domestic production gcr.io image installation tool

Project Address: https://github.com/zhangguanzhang/gcr.io

How to use?

Pull

Suppose you want to pull gcr.io/google_containers/pause:3.1 and gcr.io/google_containers/kube-apiserver-amd64:v1.11.3

$ curl -s https://zhangguanzhang.github.io/bash/pull.sh | bash -s -- gcr.io/google_containers/pause:3.1
$ curl -s https://zhangguanzhang.github.io/bash/pull.sh | bash -s -- gcr.io/google_containers/kube-apiserver-amd64:v1.11.3

Guess you like

Origin www.cnblogs.com/robinunix/p/11304860.html