vmware-archive / ktx

manage kubernetes cluster configs
Apache License 2.0
135 stars 24 forks source link

Feature request: Make ktx able to unset KUBECONFIG #15

Closed scottslowe closed 5 years ago

scottslowe commented 5 years ago

Like many other users, I use a prompt that displays the current Kubernetes context (and namespace, if specified). As such, it would be handy if ktx had the ability to unset the KUBECONFIG environment variable (and thus release space in my prompt). I have an idea on how to do this, but I wanted to check here to see if this was something the project owners might be interested in.

Thoughts?

chuckha commented 5 years ago

I think it's a great idea.

scottslowe commented 5 years ago

OK, I'll work on a PR.

chuckha commented 5 years ago

closed by #17

@scottslowe if you add "fixes #" to the description of your PRs GitHub will auto-close the issues for you! It doesn't seem to recognize "addresses #" :(