Answers for "install k3s without traefik"

0

install k3s without traefik

curl -sfL https://get.k3s.io | sh -s - --no-deploy=traefik
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="server --no-deploy=traefik" sh -s -
Posted by: Guest on June-23-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language