mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 16:24:32 +07:00
376f0e1b92
The default values are too low, you may get an error in some cases after a while (like viewing logs)
12 lines
188 B
YAML
12 lines
188 B
YAML
- name: Create Kubernetes cluster
|
|
hosts: metal
|
|
roles:
|
|
- prerequisites
|
|
- k3s
|
|
- automatic_upgrade
|
|
|
|
- name: Install Kubernetes addons
|
|
hosts: localhost
|
|
roles:
|
|
- cilium
|