From 243d6a46e61ec3667387be485f5038bf8c0bedf7 Mon Sep 17 00:00:00 2001 From: Michael McCulloch Date: Sun, 4 Feb 2024 09:40:13 -0700 Subject: [PATCH] . --- tasks/control-plane-aux-setup.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tasks/control-plane-aux-setup.yml b/tasks/control-plane-aux-setup.yml index 26e810e..c4ecdfc 100644 --- a/tasks/control-plane-aux-setup.yml +++ b/tasks/control-plane-aux-setup.yml @@ -1,9 +1,6 @@ --- - name: Join control node to Kubernetes control plane. shell: > - {{ kubernetes_join_command }} - --control-plane --certificate-key - {{ kubernetes_certificate }} - --ignore-preflight-errors='all' + {{ kubernetes_join_command }} --control-plane --certificate-key {{ kubernetes_certificate }} --ignore-preflight-errors='all' creates=/etc/kubernetes/kubelet.conf tags: ["skip_ansible_lint"]