Skip to content

Instantly share code, notes, and snippets.

@edr3x
Last active December 25, 2024 09:07
Show Gist options
  • Save edr3x/aca7d5db5748dd625722f2023ababe50 to your computer and use it in GitHub Desktop.
Save edr3x/aca7d5db5748dd625722f2023ababe50 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="server" sh -s - --disable-traefik
helm repo add traefik https://traefik.github.io/charts
helm install traefik traefik/traefik
# or
# helm install traefik oci://ghcr.io/traefik/helm/traefik
kubectl apply --server-side --force-conflicts -k https://github.com/traefik/traefik-helm-chart/traefik/crds/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment