khuedoan-homelab/metal/cluster.yml
Khue Doan 9f0d389abc feat!: install Cilium
Installed using Ansible instead of ArgoCD because Cilium replaces
the default CNI, so ArgoCD pod cannot be scheduled before Cilium
is installed.
2023-12-22 00:31:16 +07:00

11 lines
168 B
YAML

- name: Create Kubernetes cluster
hosts: metal
roles:
- k3s
- automatic_upgrade
- name: Install Kubernetes addons
hosts: localhost
roles:
- cilium