kubernetes 国内镜像访问

由于国内访问k8s.gcr.io或者gcr.io存在困难,可以换国内镜像 修改方法如下,仅仅需要修改一下地址即可

gcr.io        -> gcr.azk8s.cn
k8s.gcr.io    -> gcr.azk8s.cn/google-containers
quay.io       -> quay.azk8s.cn

helm3国内镜像库

具体添加办法为

helm repo add stable http://mirror.azk8s.cn/kubernetes/charts/
helm repo list
helm search repo mysql
helm search repo redis
helm search repo phabricator

参考文献