Last active
December 19, 2025 07:50
-
-
Save inspire12/a0139f5dc14b30a34827f909d5b6800a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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