安装Minikube无法访问k8s.gcr.io的解决办法
Posted pack27
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装Minikube无法访问k8s.gcr.io的解决办法相关的知识,希望对你有一定的参考价值。
学习Kubenetes,安装Minikube报错。提示无法访问k8s.gcr.io。
上网搜索,好像多数方法是用Docker拉取镜像改标签。感觉比较麻烦。
想用本地镜像库,运行:
minikube start --help |grep repo
--image-repository=‘‘: Alternative image repository to pull docker images from. This can be used when you have limited access to gcr.io. Set it to "auto" to let minikube decide one for you. For Chinese mainland users, you may use local gcr.io mirrors such as registry.cn-hangzhou.aliyuncs.com/google_containers
看到官方建议的解决方法是使用阿里云服务器。
使用下面的命令就可以安装:
sudo minikube start --image-repository=‘registry.cn-hangzhou.aliyuncs.com/google_containers‘
以上是关于安装Minikube无法访问k8s.gcr.io的解决办法的主要内容,如果未能解决你的问题,请参考以下文章
Kubernetes Pod报错 filed to get sandbox image “k8s.gcr.io/pause:3.6“