Created
December 19, 2025 07:52
-
-
Save inspire12/bf12acfec5ba0ac0c714777a95007b9e 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
| # ec2 | |
| sudo cat /etc/rancher/k3s/k3s.yaml > /home/ubuntu/k3s-embedded.yaml | |
| sudo chown ubuntu:ubuntu /home/ubuntu/k3s-embedded.yaml | |
| # local | |
| scp -i {key pair path} \ | |
| ubuntu@{ec2 ip}:/home/ubuntu/k3s-embedded.yaml \ | |
| ~/.kube/k3s-gangwon-ec2.yaml | |
| export KUBECONFIG=~/.kube/k3s-gangwon-ec2.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment