-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Description
it seems that if we have preload false and then then pull an image and then preload true, it will loose the image
preload_test.go:63: (dbg) Done: out/minikube-linux-amd64 start -p test-preload-712766 --preload=true --alsologtostderr -v=1 --wait=true --driver=kvm2 --container-runtime=crio: (43.414428831s)
preload_test.go:68: (dbg) Run: out/minikube-linux-amd64 -p test-preload-712766 image list
preload_test.go:73: Expected to find gcr.io/k8s-minikube/busybox in image list output, instead got
-- stdout --
registry.k8s.io/pause:3.10.1
registry.k8s.io/kube-scheduler:v1.34.1
registry.k8s.io/kube-proxy:v1.34.1
registry.k8s.io/kube-controller-manager:v1.34.1
registry.k8s.io/kube-apiserver:v1.34.1
registry.k8s.io/etcd:3.6.4-0
registry.k8s.io/coredns/coredns:v1.12.1
gcr.io/k8s-minikube/storage-provisioner:v5
docker.io/kindest/kindnetd:v20250512-df8de77b
-- /stdout --
Metadata
Metadata
Assignees
Labels
No labels