Skip to content

Instantly share code, notes, and snippets.

View imtiaza1977's full-sized avatar

Malik Adeel Imtiaz imtiaza1977

View GitHub Profile
@nevill
nevill / install.sh
Last active January 5, 2023 00:49
Script to install Kubernetes for mainland China
# This script is for Ubuntu 16.04 (xenial)
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
cat <<EOF >/etc/apt/sources.list.d/docker.list
deb https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu/ xenial stable
EOF
# from https://yq.aliyun.com/articles/66474
curl https://mirrors.aliyun.com/kubernetes/apt/doc/apt-key.gpg | apt-key add -
cat <<EOF >/etc/apt/sources.list.d/kubernetes.list