通过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

第二步 重新打标签

docker tag registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.14.3 gcr.io/kubernetes-helm/tiller:v2.14.3

可用的阿里云 image 库

registry.aliyuncs.com/google_containers
registry.cn-hangzhou.aliyuncs.com/google_containers

PS:

https://www.cnblogs.com/tylerzhou/p/10971341.html

相关文章:

  • 2021-09-16
  • 2022-01-07
  • 2022-12-23
  • 2022-01-14
  • 2021-12-12
  • 2021-12-03
  • 2021-11-10
  • 2022-12-23
猜你喜欢
  • 2021-11-29
  • 2021-09-24
  • 2021-07-30
  • 2022-01-16
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
相关资源
相似解决方案