Open tigerinus opened 4 years ago
Same problem for me. MacOS 10.14.6.
I just realized it does not work for only minikube default context. It does work for a regular k8s context.
I just ran into issues getting this set up. Turns out I had multiple kubeconfig files in my KUBECONFIG. Fixed in this issue https://github.com/so0k/powerline-kubernetes/issues/17
I debugged this by running the powerline-daemon in the foreground with:
powerline-daemon --foreground --replace
Hope this helps you figure out the issue.
For me when it wasn't showing the issue was #13
I believe I've followed all the steps correctly. However segment is not showing in either shell or tmux.
I can verify that the
powerline_kubernetes
module works fine individually:Here is my
themes/tmux/default.json
:I did add following lines to the corresponding colorscheme file (tried both
colorscheme/default.json
andcolorscheme/tmux/default.json
):BTW,
powerline_docker
works for me fine.Please help. Thanks!