-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Description
What Happened?
How do you resolve the following error when starting Minikube?
~$ minikube start --driver=podman
Error downloading kic artifacts: not yet implemented
Restarting existing podman container for "minikube" ...
The image 'k8s.gcr.io/kube-apiserver:v1.23.3' was not found; unable to add it to cache.
The image 'k8s.gcr.io/kube-proxy:v1.23.3' was not found; unable to add it to cache.
The image 'k8s.gcr.io/kube-controller-manager:v1.23.3' was not found; unable to add it to cache.
The image 'k8s.gcr.io/kube-scheduler:v1.23.3' was not found; unable to add it to cache.
StartHost failed, but will try again: podman inspect ip minikube: sudo -n podman container inspect -f {{.NetworkSettings.IPAddress}} minikube: exit status 125
stdout:
stderr:
Error: no such container minikube
Attach the log file
No log available
Operating System
Redhat/Fedora
Driver
Podman