From 907ec8bf3b8dd9adefa7b10beff46362a053e1ed Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Thu, 26 Jan 2023 09:30:36 +0100 Subject: [PATCH] Increase default garbage collection threshold --- .../ansible_payload/bootstrap/roles/metacluster/tasks/k3s.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/firstboot/files/ansible_payload/bootstrap/roles/metacluster/tasks/k3s.yml b/ansible/roles/firstboot/files/ansible_payload/bootstrap/roles/metacluster/tasks/k3s.yml index 45dd9da..92a2948 100644 --- a/ansible/roles/firstboot/files/ansible_payload/bootstrap/roles/metacluster/tasks/k3s.yml +++ b/ansible/roles/firstboot/files/ansible_payload/bootstrap/roles/metacluster/tasks/k3s.yml @@ -7,6 +7,7 @@ content: | kubelet-arg: - "config=/etc/rancher/k3s/kubelet.config" + - "image-gc-high-threshold=95" - filename: /etc/rancher/k3s/kubelet.config content: | apiVersion: kubelet.config.k8s.io/v1beta1