-
Notifications
You must be signed in to change notification settings - Fork 301
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
Multiarch image is missing for 1.5 (k8s.gcr.io/defaultbackend-amd64:1.5
)
#1719
Comments
Hello @ialidzhikov, The container image you are referencing is outdated. We have not updated that image registry in a few years. However we currently do not build multi-arch images for the default backend image yet. We are working on this. |
Thanks for the update! Let's us know in this issue once we can try out multi-arch images for the default backend. |
@swetharepakula do you have any updates on this one? Thanks in advance! |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
we use ingress-nginx which uses this image as default backend: we have just spun up a new kubernetes node pool with arm instances (which are cheaper, have better performance, and are better for the environment ♻️) and we would like to run all of our cluster's core services (which includes ingress-nginx and therefore also the default backend) on those arm nodes. i realize that i could easily update the image that is used by the default backend deployment to e.g. server {
listen 8080;
location / {
return 404;
}
location = /healthz {
return 204;
}
} ...but it would make the lives of those using ingress-nginx and wanting to run on arm that much easier if this image was simply built for multiple hardware architectures. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The build scripts have been updated to create multiarch images for the default backends (404-server & 404-server-with-metrics). You should be able to push an image to the registry of your choice with:
We however no longer publish a default-backend image and expect users to build and maintain their own. |
/remove-lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Why? Is it possible to reconsider this? /remove-lifecycle rotten |
/lifecycle frozen |
What happened:
k8s.gcr.io/defaultbackend
(https://console.cloud.google.com/gcr/images/google-containers/global/defaultbackend) does not have image with tag1.5
.While
k8s.gcr.io/defaultbackend-am64
(https://console.cloud.google.com/gcr/images/google-containers/global/defaultbackend-amd64) has image with tag1.5
.Is the multi-arch image
k8s.gcr.io/defaultbackend
deprecated and no longer maintained? Or was the 1.5 image for some reason not published for it?What you expected to happen:
To be clearly stated in the docs whether the multi-arch image is deprecated or not. If it is not deprecated the 1.5 image to be available for it.
How to reproduce it (as minimally and precisely as possible):
See above.
Anything else we need to know?:
N/A
The text was updated successfully, but these errors were encountered: