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.unifi-restore
parent
2d36d1fc8f
commit
0e168e0294
|
@ -1,3 +1,7 @@
|
|||
- hosts: k8s-controller
|
||||
roles:
|
||||
- role: kubelet
|
||||
|
||||
- hosts: k8s-node
|
||||
roles:
|
||||
- role: k8s-worker
|
||||
|
|
Loading…
Reference in New Issue