Skip to content

Commit

Permalink
fix: replace label with name
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydesl committed Dec 13, 2023
1 parent c15e84b commit 6bede14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
- name: Join k3s cluster
shell: curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="agent" sh -s -
--server "https://{{ hostvars['micado']['ansible_host'] }}:6443"
--node-label "micado.eu/node_type={{ inventory_hostname }}"
--node-name "{{ inventory_hostname | lower }}"
--token "{{ hostvars['micado']['k3s_token']['content'] | b64decode | trim }}"
--node-external-ip "{{ ansible_host }}"

0 comments on commit 6bede14

Please sign in to comment.