mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 23:45:25 +02:00
🔧 fix k3s ansible playbook
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
# Use a specific version of k3s
|
||||
# renovate: datasource=github-releases depName=k3s-io/k3s
|
||||
k3s_release_version: "v1.25.0+k3s1"
|
||||
k3s_release_version: "v1.24.2+k3s2"
|
||||
|
||||
# -- Install using hard links rather than symbolic links.
|
||||
# ...if you are using the system-upgrade-controller you will need to
|
||||
|
@@ -14,5 +14,6 @@ k3s_agent:
|
||||
# Allow pods to be rescheduled quicker in the case of a node failure
|
||||
# https://github.com/k3s-io/k3s/issues/1264
|
||||
- "node-status-update-frequency=4s"
|
||||
node-label:
|
||||
- node-role.kubernetes.io/worker=true
|
||||
- "max-pods=150"
|
||||
# node-label:
|
||||
# - node-role.kubernetes.io/worker=true
|
||||
|
Reference in New Issue
Block a user