搜索 阿里云源 开源镜像网站 找kubernetes
点进去,配置方式
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 <<EOF >/etc/apt/sources.list.d/kubernetes.list
deb https://mirrors.aliyun.com/kubernetes/apt/ kubernetes-xenial main
EOF
apt-get update
apt-get install -y kubelet kubeadm kubectl
标签:20,aliyun,kubernetes,get,mirrors,apt,key,ubuntu,k8s From: https://www.cnblogs.com/xiangyu5945/p/17375735.html