Error from server (ServiceUnavailable): the server is currently unable to handle the request
Posted sxgaofeng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于Error from server (ServiceUnavailable): the server is currently unable to handle the request的主要内容,如果未能解决你的问题,请参考以下文章