kubernetes: Prepare k8s control plane nodes
The `kubernetes.yml` playbook now applies the _kubelet_ role to hosts in the _k8s-controller_ group. This will prepare them to join the cluster as control plane nodes, but will not actually add them to the cluster.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
- hosts: k8s-controller
|
||||||
|
roles:
|
||||||
|
- role: kubelet
|
||||||
|
|
||||||
- hosts: k8s-node
|
- hosts: k8s-node
|
||||||
roles:
|
roles:
|
||||||
- role: k8s-worker
|
- role: k8s-worker
|
||||||
|
|||||||
Reference in New Issue
Block a user