mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 20:04:31 +00:00
16 lines
385 B
YAML
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"
|