This commit is contained in:
parent
3c8c788623
commit
7e5eb1911e
3 changed files with 128 additions and 0 deletions
3
templates/etc/systemd/system/k3s.service.env.j2
Normal file
3
templates/etc/systemd/system/k3s.service.env.j2
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{% if kubernetes_master|bool %}
|
||||
NODE_TOKEN={{ kubernetes_server_token }}
|
||||
{% endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue