gabeduke / kubectl-iexec

Kubectl plugin to interactively exec into a pod
MIT License
134 stars 18 forks source link

Arm64 Support #56

Closed jarojasm95 closed 3 years ago

jarojasm95 commented 3 years ago

Trying to install on an Apple M1 chip and getting:

failed to install plugin "iexec": plugin "iexec" does not offer installation for this platform

jarojasm95 commented 3 years ago

I am able to use the plugin for now by having manually run go build from source

gabeduke commented 3 years ago

@jarojasm95 great call out I'll fix this asap 🙂

gabeduke commented 3 years ago

Once this PR is merged you should be able to test pulling the arm binary via krew.

https://github.com/kubernetes-sigs/krew-index/pull/1543