Elias Abacioglu
Elias Abacioglu
@sprak3000 You seem to raise red flags where there are none. @gileswells is not adding a feature to as you put it "potential for overflow attacks decoding the image string",...
My xbar is started as a standard application. Easiest way to troubleshoot the plugin is to execute it directly in a terminal to see the output and to see if...
hmm, I don't know why and what would change depending on how you start xbar. Perhaps it's cause when xbar is started via UI or autostart it doesn't source `~/.profile`,...
Well I have a M1 Pro running on Ventura and 2.1.7-beta. Try changing this ``` KUBECTL=$(command -v kubectl) ``` to this ``` KUBECTL=$(/usr/bin/command -v kubectl) ``` Also are you running...
I guess you should add `KUBECONFIG=/Users/miguebru/.kube/sandbox.kubecfg:/Users/miguebru/.kube/dlc-nonprod.kubecfg:/Users/miguebru/.kube/dlc-prod.kubecfg` to the script.
@sprak3000 I think so, but @brunopereira7 hasn't answered yet. But I think it should.
https://github.com/matryer/xbar-plugins/pull/2035 should perhaps close this as it adds ability to inject the KUBECONFIG from the normal bash and zsh places. However the script seems to have issues to switch between...
@brunopereira7 PR https://github.com/matryer/xbar-plugins/pull/2035 will probably fix your issue.
https://github.com/matryer/xbar-plugins/pull/2035 has been merged @brunopereira7 please test and confirm.
Ok I am able to replicate the problem with multiple kubeconfigs and not being able to switch context.. Strange thing if I run the command manually (`kubectl config use-context $NAMESPACE`)...