-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
k8s v1.24.0-alpha.1: The image 'k8s.gcr.io/coredns/coredns:1.8.4' was not found; unable to add it to cache. #13136
Comments
Should have been bumped to So this looks broken, upstream moved and renamed the image already in k8s 1.21 ? Looks like it was broken with PR #12084, which doesn't have any tests (for k8s 1.24) No error handling, so it just returns a non-existing image for unknown k8s versions... |
the automation has not added the constants for alpha versions of kubernetes therfore the preload didn't have those images. so I think that must be normal our constants did not have alpha versions https://github.com/kubernetes/minikube/blob/master/pkg/minikube/constants/constants_kubeadm_images.go#L21 however I have seen race conditions of cache image on slow machines happen on other versions of k8s |
@afbjorklund currently we have kubeadm images per k8s Minor version, do u think we would need to make a map per Patch version too ?
|
Previously there were two (or more) separate maps, i.e. one for coredns, one for etcd, one for pause The version for the main kubernetes components was just copied I think, there was no mapping needed ? |
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 |
The Kubernetes project currently lacks enough active 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 rotten |
/assign |
Hi @tstromberg, I see that @ckannon is working on this in PR (#14006) and should be resolved soon. |
What Happened?
Using minikube from HEAD: 90300a4
./out/minikube start --kubernetes-version=v1.24.0-alpha.1
:It does successfully progress
Attach the log file
Filtered for coredns:
Operating System
macOS (Default)
Driver
HyperKit
The text was updated successfully, but these errors were encountered: