Answers for "install k3s"

0

install k3s

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

### without traefik
curl -sfL https://get.k3s.io | sh -s - --no-deploy=traefik
Posted by: Guest on July-12-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language