mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2025-04-21 01:17:04 +02:00
.
This commit is contained in:
parent
bbcce861ea
commit
243d6a46e6
@ -1,9 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Join control node to Kubernetes control plane.
|
- name: Join control node to Kubernetes control plane.
|
||||||
shell: >
|
shell: >
|
||||||
{{ kubernetes_join_command }}
|
{{ kubernetes_join_command }} --control-plane --certificate-key {{ kubernetes_certificate }} --ignore-preflight-errors='all'
|
||||||
--control-plane --certificate-key
|
|
||||||
{{ kubernetes_certificate }}
|
|
||||||
--ignore-preflight-errors='all'
|
|
||||||
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