-
Notifications
You must be signed in to change notification settings - Fork 195
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
Error after compiling to ARM architecture #3
Comments
Thanks for reporting! 🙂 I believe this is unrelated to the architecture, the kube-rbac-proxy expects to be run within a Kubernetes cluster. Could you see if you can reproduce this with the provided examples within a cluster? For example: https://github.com/brancz/kube-rbac-proxy/tree/master/examples/non-resource-url |
Tried deploying and get:
|
This was indeed a bug in the code, it was closed by #8 |
metalmatze
pushed a commit
to metalmatze/kube-rbac-proxy
that referenced
this issue
Jan 29, 2019
Fast forward the 'master' branch to be in sync with 'openshift-master'
ibihim
pushed a commit
to ibihim/kube-rbac-proxy
that referenced
this issue
Oct 20, 2022
start history of handlers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since this image is a requirement to deploy some coreos prometheus-operator images, I tried compiling on an ARM64 board. I changed the GOARCH and the compilation went fine but when executing I get:
Same happens on ARM32 or ARM64.
The text was updated successfully, but these errors were encountered: