From bbcce861ea27d3c56c358b5e5eac3664a6761c5a Mon Sep 17 00:00:00 2001 From: Michael McCulloch Date: Sun, 4 Feb 2024 09:33:33 -0700 Subject: [PATCH] ignore errors --- tasks/control-plane-aux-setup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/control-plane-aux-setup.yml b/tasks/control-plane-aux-setup.yml index 294d973..26e810e 100644 --- a/tasks/control-plane-aux-setup.yml +++ b/tasks/control-plane-aux-setup.yml @@ -4,5 +4,6 @@ {{ kubernetes_join_command }} --control-plane --certificate-key {{ kubernetes_certificate }} + --ignore-preflight-errors='all' creates=/etc/kubernetes/kubelet.conf tags: ["skip_ansible_lint"]