🔧 fix k3s ansible playbook

This commit is contained in:
auricom
2022-09-22 21:11:26 +02:00
parent cc7db77d5d
commit 16536557b4
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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