- OPTIONAL: If you want to add a network proxy, see Configuring a proxy
cmt prepare HOSTNAME[,HOSTNAME...]
- [Wait until cmt prepare completes]
-
cmt add-node [--kubernetes-distro KUBERNETES_DISTRO] HOSTNAME[,HOSTNAME...]
(By default kubeadm will be used; if you use RKE2 you need to specify the
--kubernetes-distro
option) -
[Wait until cmt add-node completes]
If you are preparing a lot of worker nodes at the same time you may want to increase the parallelism,
using the --forks FORKS
option. Check cmt prepare --help
for more information.
The same option can be used with cmt add-node
.