powerline-kubernetes icon indicating copy to clipboard operation
powerline-kubernetes copied to clipboard

Error when multiple files listed in `KUBECONFIG` env-variable

Open mortenlj opened this issue 5 years ago • 1 comments

The KUBECONFIG env-variable supports multiple files (separated by :). The kubernetes library supports this, but powerline-kubernetes does it's own thing when loading the context, and doesn't handle multiple files.

mortenlj avatar Feb 14 '20 20:02 mortenlj

I have a working patch on my fork, MR #22

to start using it right away while the MR is not merged:

pip uninstall powerline-kubernetes
pip install https://github.com/wwmoraes/powerline-kubernetes/tarball/master#egg=powerline-kubernetes

wwmoraes avatar Jun 11 '20 11:06 wwmoraes