prole/infrastructure/inventory/group_vars/k3s.yml

16 lines
385 B
YAML

k3s_state: present # present|stopped|absent
k3s_version: "" # e.g. "v1.29.7+k3s1" or empty for latest
k3s_disable:
- traefik
- local-storage
k3s_write_kubeconfig_mode: "0640"
k3s_kubeconfig_group: kubeadm
k3s_kubeconfig_users:
- chrisfu
# storage
k3s_rancher_mountpoint: /var/lib/rancher
k3s_rancher_fs_type: ext4
k3s_rancher_mount_opts: "_netdev,noatime"