This commit is contained in:
2024-07-03 16:13:35 +00:00
parent 6413ee32c2
commit b8348de27a
49 changed files with 1484 additions and 28 deletions

View File

@@ -0,0 +1,6 @@
---
- name: Join node to Kubernetes control plane.
shell: >
{{ kubernetes_join_command }}
creates=/etc/kubernetes/kubelet.conf
tags: ['skip_ansible_lint']