parent
28d946cae5
commit
ce0411cdb0
|
@ -15,7 +15,7 @@
|
|||
when: not k3s_status.stat.exists
|
||||
ansible.builtin.command: |
|
||||
/tmp/k3s_install.sh \
|
||||
--node-taint CriticalAddonsOnly=true:NoExecute \
|
||||
--node-taint storage=true:NoExecute \
|
||||
--node-label longhorn=true
|
||||
environment:
|
||||
K3S_URL: "https://{{ k3s.loadbalancer.ip }}:{{ k3s.loadbalancer.default_port }}"
|
||||
|
|
Loading…
Reference in New Issue