- Getting Started with Kubernetes(Second Edition)
- Jonathan Baier
- 45字
- 2021-07-02 22:51:25
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.