-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
kubectl plugin does not have arm64 macos variant #10738
Comments
This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Have you found any workaround in the meantime? |
No. |
There seems to be one here: |
This worked for me, basically using the same tool that appears to be used by the repo to build the binaries.
That being said, given the goreleaser config includes darwin/arm64, the binary might already be getting built automatically, I just don't know where to find it. I looked in the release archive files and found only the source code or chart files, no plugin binary. |
git clone https://github.com/kubernetes/ingress-nginx
cd cmd/plugin
go build
# Better move it to ~/.krew/bin/kubectl-ingress_nginx if you have krew installed.
# ATTENTION: The plugin name requires `-` to be replace with `_`!
sudo mv plugin /usr/local/bin/kubectl-ingress_nginx Can we please get an official release? And also get it updated in krew? The krew version is 4 years old! |
What happened:
What you expected to happen:
The plugin to be installed
NGINX Ingress controller version (exec into the pod and run nginx-ingress-controller --version.):
N/A
Kubernetes version (use
kubectl version
):Environment:
uname -a
): DarwinHow to reproduce this issue:
The last time this plugin has been updated was 3 years ago: https://github.com/kubernetes-sigs/krew-index/blob/master/plugins/ingress-nginx.yaml
The text was updated successfully, but these errors were encountered: