Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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 -
Source by www.grottedubarbu.fr #
 
PREVIOUS NEXT
Tagged: #install #traefik
ADD COMMENT
Topic
Name
5+3 =