Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install k3s

curl -sfL https://get.k3s.io | sh -

### without traefik
curl -sfL https://get.k3s.io | sh -s - --no-deploy=traefik
Source by rancher.com #
 
PREVIOUS NEXT
Tagged: #install
ADD COMMENT
Topic
Name
5+8 =