techno-tim / k3s-ansible

The easiest way to bootstrap a self-hosted High Availability Kubernetes cluster. A fully automated HA k3s etcd install with kube-vip, MetalLB, and more. Build. Destroy. Repeat.
https://technotim.live/posts/k3s-etcd-ansible/
Apache License 2.0
2.41k stars 1.05k forks source link

Update Kube Config instructions #470

Closed lukababu closed 8 months ago

lukababu commented 8 months ago

Proposed Changes

Instructions were unclear on how to have the Kube config copied. As a noob, I spent a considerable amount of time figuring out where the config file was and why the proposed scp debian@master_ip:~/.kube/config ~/.kube/config was giving me no such file error. So, I thought I would help the next home labber by including these updated instructions.

I acknowledge that I might be an edge case where the .kube/config file was not deployed in the proper place, but in case this is the new design the PR is here to help out!

Checklist

Since it is just documentation I will not rerun the site.yml as it is picky!