Bruno Miguel Pereira
Bruno Miguel Pereira
Hey Santiago, thanks for your input. I switched on the `--debug` flag to check if I have any extra information that could explain what I'm missing, but maybe I was...
I @Raboo first of all thanks for the plugin and your response. I didn't add here all the details that you can find -> https://github.com/matryer/xbar/issues/877 but your script seems to...
I've already tried what you mentioned but unfortunately didn't fix the issue 😞 By the way, a colleague has successfully set up xbar with kubeswitcher plugin; everything works out of...
Changing `KUBECTL=$(command -v kubectl)` to `KUBECTL=$(/usr/bin/command -v kubectl)` didn't solve the problem on my end. Concerning kube config, I'm using a non-default path indeed: ``` └── ~/.kube ├── dlc-nonprod.kubecfg ├──...
Hey guys, definitely it's weird; I've tested with the last version of the script and even added a new menu entry to debug the env `echo "Kubeconfig: ${KUBECONFIG}"` but unfortunately,...
Hi @Raboo, thanks for your work, but unfortunately, it still does not fix my issue. Just to wrap up, now I have the following scenarios: **Scenario 1**: Working as expected...
Hi @Raboo , I've double-checked and confirmed that my clusters have different names across the kubeconfig files. `echo $KUBECONFIG` `/Users/miguebru/.kube/docker-desktop.kubecfg:/Users/miguebru/.kube/sandbox.kubecfg:/Users/miguebru/.kube/dlc-nonprod.kubecfg:/Users/miguebru/.kube/dlc-prod.kubecfg` The weirdest thing is if I launch xbar via command...
Thanks for your suggestion @Raboo . I will try and give feedback.
Hi @patpatpat123, any luck on integrating it with WebClient?