-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexecutable plugin error on Windows #14
Comments
Thanks for the heads-up! I created an issue on the kustomize project for clarification. I'll have to remove the Windows binary if this is true. You might need to use something like a Linux VM or Docker (?) to use plugins on Windows... |
@gochist Could you try the suggestion made here? |
@jcassee I tried and added a comment, kubernetes-sigs/kustomize#2924 (comment). |
Silly question, but is the path to the plugin |
Not silly at all. I did it with a string, |
Alright, so it seems the problem is with exec plugins in general. Let's see what happens in kubernetes-sigs/kustomize#2924. In the mean time I will add a note to the readme. |
@gochist I see you fixed exec plugins on Windows yourself: kubernetes-sigs/kustomize#3027 😎 I think we can close this issue then? Or do the docs require updating? |
@jcassee Thank you! I'm closing this issue. 👍🏼 |
I'm getting error like below on Windows git bash and powershell also.
According to the community,
kustomize
does not support exec plugin on Windows.https://kubernetes.slack.com/archives/C9A5ALABG/p1585924675198200
The text was updated successfully, but these errors were encountered: