mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2025-04-21 01:17:04 +02:00
ugh
This commit is contained in:
parent
243d6a46e6
commit
54ff919347
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user