parent
c4371a2de9
commit
3388986d1e
@ -1,4 +1,4 @@ |
||||
- name: run cluster init on first node |
||||
shell: "curl -sfL https://get.k3s.io | K3S_TOKEN={{ k3s_secret }}" sh -s - server --cluster-init" |
||||
shell: "curl -sfL https://get.k3s.io | K3S_TOKEN={{ k3s_secret }} sh -s - server --cluster-init" |
||||
become: yes |
||||
when: k3s_bootstrap |
||||
|
||||
Loading…
Reference in new issue