Files
vps/ansible/roles/k3s_server/defaults/main.yml
T

12 lines
385 B
YAML

---
# The installer downloads the current stable channel only for an uninstalled node.
# Normal reruns never auto-upgrade an existing K3s installation.
k3s_install_enabled: false
k3s_install_url: https://get.k3s.io
k3s_binary_path: /usr/local/bin/k3s
k3s_service_name: k3s
k3s_server_args:
- --disable=servicelb
- --disable=metrics-server
k3s_kubeconfig: /etc/rancher/k3s/k3s.yaml