Last updated 5 years ago
Was this helpful?
参考https://github.com/rootsongjc/kubernetes-vagrant-centos-cluster,是从源码安装的,我其实只从镜像安装过,想借此分析一下源码安装的流程。
没有经验,粗糙的看了一下,记录一下。
入口是Vagrantfile,3个节点,安装的操作系统是centos7,install.sh梳理的流程如下: