Skip to content

Instantly share code, notes, and snippets.

@kaenova
Created July 7, 2022 10:10
Show Gist options
  • Save kaenova/1054ca3a0cfe17a8a205156eb0b4234f to your computer and use it in GitHub Desktop.
Save kaenova/1054ca3a0cfe17a8a205156eb0b4234f to your computer and use it in GitHub Desktop.
Install K3s without Traefik

How to install K3s without built in traefik?

# source: https://www.suse.com/support/kb/doc/?id=000020082
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--no-deploy traefik" sh -s -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment