其他分享
首页 > 其他分享> > Error from server (ServiceUnavailable): the server is currently unable to handle the request

Error from server (ServiceUnavailable): the server is currently unable to handle the request

作者:互联网

grep image /root/kubernetes-metrics-server/kubernetes-metrics-server/metrics-server-deployment.yaml

 

# mount in tmp so we can safely use from-scratch images and/or read-only containers
image: k8s.gcr.io/metrics-server-amd64:v0.3.1
imagePullPolicy: Always

#从阿里下载镜像并tag 镜像

docker pull registry.cn-hangzhou.aliyuncs.com/google_containers/metrics-server-amd64:v0.3.1

docker tag registry.cn-hangzhou.aliyuncs.com/google_containers/metrics-server-amd64:v0.3.1 k8s.gcr.io/metrics-server-amd64:v0.3.1

just again

标签:aliyuncs,handle,amd64,currently,server,metrics,containers,v0.3
来源: https://www.cnblogs.com/sxgaofeng/p/12059172.html