Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


> sudo systemctl start haproxy

> sudo systemctl enable haproxy

> sudo systemctl status haproxy

...

Notice the addition of the --experimental-control-plane flag. This flag automates joining this control plane node to the cluster.


As your non root user:

mkdir -p $HOME/.kube
sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
sudo chown $(id -u):$(id -g) $HOME/.kube/config



Verify that the node has joined the cluster:

...