使用国内作者制作的gcr.io镜像安装工具

项目地址:https://github.com/zhangguanzhang/gcr.io

How to use?

拉取

假设需要拉取gcr.io/google_containers/pause:3.1 和 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
上一篇:基于VSCode的C++编程语言的构建调试环境搭建指南


下一篇:k8s.gcr.io/pause的作用