This commit is contained in:
Michael McCulloch 2024-02-04 09:48:08 -07:00
parent 243d6a46e6
commit 54ff919347

View File

@ -1,6 +1,6 @@
--- ---
- name: Join control node to Kubernetes control plane. - name: Join control node to Kubernetes control plane.
shell: > command: "{{ 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' args:
creates=/etc/kubernetes/kubelet.conf creates: /etc/kubernetes/kubelet.conf
tags: ["skip_ansible_lint"] tags: ["skip_ansible_lint"]