kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.5k stars 4.89k forks source link

Storage provisioner image fails to pull #19539

Closed MauroKinderknecht closed 2 months ago

MauroKinderknecht commented 2 months ago

What Happened?

Running:

 minikube start --driver=none --container-runtime=cri-o --kubernetes-version=v1.29.0 --cni=bridge --embed-certs

version:

minikube version: v1.33.1
commit: 5883c09216182566a63dff4c326a6fc9ed2982ff

Storage provisioner image is failing to pull inside the cluster

  Normal   Pulling           5m8s (x4 over 7m28s)    kubelet            Pulling image "gcr.io/k8s-minikube/storage-provisioner:v5"
  Warning  Failed            5m4s (x3 over 7m25s)    kubelet            Failed to pull image "gcr.io/k8s-minikube/storage-provisioner:v5": reading manifest v5 in gcr.io/k8s-minikube/storage-provisioner: unauthorized: You don't have the needed permissions to perform this operation, and you may have invalid credentials. To authenticate your request, follow the steps in: https://cloud.google.com/container-registry/docs/advanced-authentication

Also going to gcr, the registry returns a 403 https://gcr.io/k8s-minikube/storage-provisioner:v5

Attach the log file

log.txt

Operating System

Ubuntu

Driver

None (Baremetal)

### Tasks
spowelljr commented 2 months ago

See https://github.com/kubernetes/minikube/issues/19541, this should now be resolved.