diff --git a/ansible/inventory/group_vars/all/k3s.yml b/ansible/inventory/group_vars/all/k3s.yml index e6be1de16..38fd79cfa 100644 --- a/ansible/inventory/group_vars/all/k3s.yml +++ b/ansible/inventory/group_vars/all/k3s.yml @@ -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 diff --git a/ansible/inventory/group_vars/worker/k3s.yml b/ansible/inventory/group_vars/worker/k3s.yml index 152e4a103..371e2932b 100644 --- a/ansible/inventory/group_vars/worker/k3s.yml +++ b/ansible/inventory/group_vars/worker/k3s.yml @@ -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