Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 450 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 450 Bytes

k8s-install.sh

一行命令安装 docker-ce & kubernetes(1.10)

bash <(curl -fSsL https://git.io/vpY6k)

Requirements

  • N台虚拟机,1核1G及以上, N>=1
  • Ubuntu 14.04+ || CentOS 7+
  • 得联网

Feature

  • 用代理的镜像仓库(k8s-gcr.mirror.kfd.me)替换k8s.gcr.io
  • 用代理的镜像仓库(quay-io.mirror.kfd.me)替换quay.io
  • 使用aliyun的mirror安装docker-ce, kubeadm, kubelet 以及 kubectl