...
Code Block | ||||
---|---|---|---|---|
| ||||
$ kubectl apply -f https://docs.projectcalico.org/v3.1617/manifests/calico.yaml |
Now let's finally expand our cluster by adding worker nodes. Let's connect to the nodes via SSH and take administrator privileges. Now we paste the command, saved previously, returned to us by kubeadm init
...