-
Notifications
You must be signed in to change notification settings - Fork 472
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
Provide admission server builds for CPU architectures other than amd64 #627
Comments
For some context, #621 was the first attempt to get an image built and published. We decided to take an incremental approach to building out our images. There is no blocker for building docker images for other CPU architectures. |
/good-first-issue Outstanding work here is to update our webhook admission build to some other architectures, |
@youngnick: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
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. |
/assign |
Quick question -
|
I think that I didn't know that was a requirement, maybe we can check with some other things like ingress-nginx as to how they handle this (I don't think that other Kubernetes projects have the arch in the repo name?) |
We now have a multi-arch build with new |
What would you like to be added:
Admission server builds are currently only available for amd64 architecture.
We should provide builds for other architectures as well.
Why is this needed:
Our users could be running k8s clusters on other CPU architectures.
The text was updated successfully, but these errors were encountered: