Getting Started with Kubernetes(Second Edition)
上QQ阅读APP看书,第一时间看更新

Setting up a Master

On the instance you have previously chosen as master, we will run master initialization. Again, as root run the following command:

$ kubeadm init

Note that initialization can only be run once, so if you run into problems you'll kubeadm reset.