Skip to content
Unverified Commit 06036217 authored by Nick To's avatar Nick To Committed by GitHub
Browse files

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: default avatarNick To <nick@nickto.net>
parent fe3df5c8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment