k3s-ansible/roles/k3s_server
Nick To 060362178d
Fix unexpected behaviour when kubeconfig is set (#296)
As detailed in https://github.com/k3s-io/k3s-ansible/issues/295, this
commit fixes the issue that if `kubeconfig` is set to anything other
than the defaults value, then:

- `~/.kube/config` is modified.
- No file at `{{ kubeconfig }}` is created.
- Any existing file and `{{ kubeconfig }}` is deleted.

Signed-off-by: Nick To <nick@nickto.net>
2024-02-05 12:10:45 -08:00
..
defaults Completely setup kubectl for ansible_user, with option to disable it (#278) 2023-12-13 12:59:04 -08:00
tasks Fix unexpected behaviour when kubeconfig is set (#296) 2024-02-05 12:10:45 -08:00
templates Rework Role Structure (#254) 2023-11-16 12:03:07 -08:00