Initial VPS operations handbook
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# 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
|
||||
Reference in New Issue
Block a user