Add k3s installation
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Adrien Reslinger 2020-09-13 23:40:48 +02:00
parent 3c8c788623
commit 7e5eb1911e
3 changed files with 128 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{% if kubernetes_master|bool %}
NODE_TOKEN={{ kubernetes_server_token }}
{% endif %}