Skip to content

Instantly share code, notes, and snippets.

@inspire12
Last active December 19, 2025 07:50
Show Gist options
  • Select an option

  • Save inspire12/a0139f5dc14b30a34827f909d5b6800a to your computer and use it in GitHub Desktop.

Select an option

Save inspire12/a0139f5dc14b30a34827f909d5b6800a to your computer and use it in GitHub Desktop.
curl -sfL https://get.k3s.io | sh -s - --docker --disable traefik --write-kubeconfig-mode 644
mkdir -p $HOME/.kube
sudo cp /etc/rancher/k3s/k3s.yaml $HOME/.kube/config
sudo chown $(id -u):$(id -g) $HOME/.kube/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment