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
Dustin 2025-07-05 11:19:22 -05:00
parent 2d36d1fc8f
commit 0e168e0294
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
- hosts: k8s-controller
roles:
- role: kubelet
- hosts: k8s-node - hosts: k8s-node
roles: roles:
- role: k8s-worker - role: k8s-worker