initial commit
This commit is contained in:
5
roles/worker/tasks/main.yml
Normal file
5
roles/worker/tasks/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Join worker to cluster
|
||||
command: "{{ hostvars['K8S_TOKEN_HOLDER']['join_command'] }}"
|
||||
args:
|
||||
creates: /etc/kubernetes/kubelet.conf
|
||||
Reference in New Issue
Block a user