gcrにアクセスできません.ioのソリューション

655 ワード

describeコマンドでpod状況を表示する
kubectl describe pod tiller-deploy-675cbc8478-lsqgm -n kube-system

最初のステップはアリ雲のimageをダウンロードします
docker pull registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.14.3

ステップ2ラベルを付け直す
docker tag registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.14.3 gcr.io/kubernetes-helm/tiller:v2.14.3

利用可能なアリクラウドイメージライブラリ
registry.aliyuncs.com/google_containers registry.cn-hangzhou.aliyuncs.com/google_containers
PS:
https://www.cnblogs.com/tylerzhou/p/10971341.html
転載先:https://www.cnblogs.com/wuyicqb/p/11545165.html