jolly-waitress-71272
11/22/2022, 4:56 PMk3s kubectl create secret generic kubeconfig --from-file=/etc/rancher/k3s/k3s.yaml
I'm looking at https://jamesdefabia.github.io/docs/user-guide/kubectl/kubectl_create_secret_generic/ and what I think happens is the k3s.yaml gets stored in essentially a protected kubernetes var.
Is this something people normally do for some reason? I don't see it referenced at any other point in the instructions.sticky-summer-13450
11/22/2022, 5:08 PMkubeconfig
in the default namespace. The contents of the secret will be the contents of the k3s.yaml file. It's not something I've ever needed, or seen done by anyone else.quick-dentist-45681
11/23/2022, 8:08 AMjolly-waitress-71272
11/28/2022, 5:28 PM