(MacOS) - Unable to execute kubectl
commands inside wails app
#3961
Unanswered
abhijith-darshan
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm not sure what this could be, but it's not a Wails bug. Moving to Q & A. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
In my application I am trying to use kubernetes
client-go
, which works in dev mode when the kubeconfig has oidc enabled. But when packaged the application doesn't seem to have access tokubectl
binary.However when i run the app using
sudo open /path/to/app
on the terminal, it seems to have access tokubectl
binary and client-go successfully initiates the oidc flow.To Reproduce
...
Expected behaviour
Packaged App should behave exactly like in dev mode
Screenshots
No response
Attempted Fixes
sudo open /path/to/app
System Details
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions