Created
July 15, 2022 06:18
-
-
Save lioneltchami/edb858001e8ee2115d01ee850b726e32 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - name: Copy the join command to {{ k8s_cluster_name }} cluster | |
| copy: | |
| src: "./{{ k8s_cluster_name }}-join-command" | |
| dest: /home/{{ k8s_node_admin_user }}/{{ k8s_cluster_name }}-join-command | |
| owner: "{{ k8s_node_admin_user }}" | |
| group: "{{ k8s_node_admin_group }}" | |
| mode: 0760 | |
| - name: Join the node to cluster {{ k8s_cluster_name }} | |
| command: sh /home/{{ k8s_node_admin_user }}/{{ k8s_cluster_name }}-join-command |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment