1
0
Fork 0

feat: add scripts

This commit is contained in:
Vojtěch Mareš 2024-08-30 09:33:38 +02:00
parent be22d97ab9
commit 9a65f33ef1
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
INSTALL_K3S_EXEC="server"
INSTALL_K3S_CHANNEL="v1.28"
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC=${INSTALL_K3S_EXEC} INSTALL_K3S_CHANNEL=${INSTALL_K3S_CHANNEL} sh -