Modify the host entry in the examples/containerd-cluster/hosts.yml and modify extra_cert in examples/containerd-cluster/extra-vars-k8s.json
ansible-playbook -i examples/containerd-cluster/hosts.yml install-k8s.yml --extra-vars "@examples/containerd-cluster/extra-vars-k8s.json"
The k8s-installer.sh utility under hack, provides an option to choose between the latest release or the alpha version of Kubernetes to be deployed on VMs.
./hack/k8s-installer.sh -c X.X.X.X -w Y.Y.Y.Y -p <playbook to use> -a|-r -y
To deploy latest Alpha release of k8s:
./hack/k8s-installer.sh -w X.X.X.X -c Y.Y.Y.Y -a -y
To deploy latest Stable release of k8s:
./hack/k8s-installer.sh -w X.X.X.X -c Y.Y.Y.Y -r -y
To deploy latest Stable release of k8s for perf-tests:
./hack/k8s-installer.sh -p install-k8s-perf.yml -w X.X.X.X -c Y.Y.Y.Y -r -y