文章目录
Kubernets国内镜像
阿里云提供了Kubernetes国内镜像来安装kubelet
、kubectl
和 kubeadm
。
登陆阿里云镜像网站:
- https://opsx.alibaba.com/mirror (旧地址)
- https://developer.aliyun.com/mirror/ (新地址)
查找关键字“kubernetes",点击【帮助】按钮。
Debian / Ubuntu
apt-get update && apt-get install -y apt-transport-https
curl https://mirrors.aliyun.com/kubernetes/apt/doc/apt-key.gpg | apt-key add -
cat <<