/opt/browser is needed
I'm using https://github.com/int128/kubelogin and it wants to open the browser using "/opt/browser". This fails for me since /opt/browser is not set. Can I set it somehow?
GitHub
GitHub - int128/kubelogin: kubectl plugin for Kubernetes OpenID Con...
kubectl plugin for Kubernetes OpenID Connect authentication (kubectl oidc-login) - int128/kubelogin
3 Replies
Does
xdg-open http://google.com
run fine?Thank you! That does run fine. I need to manually edit the kubeconfig files and change the command, but I can live with that for now because they rarely change.
Very strange, because just reading the code that's what it seemed to be doing.
/opt
is writable in any case