Skip to content

Instantly share code, notes, and snippets.

@vuuvv
Last active December 6, 2018 15:16
Show Gist options
  • Save vuuvv/e4fc4ea2ba196c1a49c036a18649556c to your computer and use it in GitHub Desktop.
Save vuuvv/e4fc4ea2ba196c1a49c036a18649556c to your computer and use it in GitHub Desktop.
阿里云kubernetes镜像centos配置
cat <<EOF > /etc/yum.repos.d/kubernetes.repo
[kubernetes]
name=Kubernetes
baseurl=https://mirrors.aliyun.com/kubernetes/yum/repos/kubernetes-el7-x86_64
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://mirrors.aliyun.com/kubernetes/yum/doc/yum-key.gpg
https://mirrors.aliyun.com/kubernetes/yum/doc/rpm-package-key.gpg
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment