k3s example warnings on copyToHost #1451
Answered
by
afbjorklund
strobelight
asked this question in
Q&A
-
I'm getting Is there another way to get |
Beta Was this translation helpful? Give feedback.
Answered by
afbjorklund
Apr 3, 2023
Replies: 1 comment 4 replies
-
You can use mkdir -p ~/.lima/k3s/copied-from-guest
limactl shell k3s sudo cat /etc/rancher/k3s/k3s.yaml > ~/.lima/k3s/copied-from-guest/kubeconfig.yaml |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
strobelight
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
sudo cat
, I believe ?