-
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
docker: invalid reference format #8192
Comments
Do you have an image called "minikube" ? Docker tends to get really confused if you do. Unfortunately If you run minikube is supposed to create a volume with the same name, but not an image |
@afbjorklund thanks for replying.
|
I think there is some other race condition at work, this issue talks about the same thing: #6795 Can't really reproduce it at the moment, but it seems to be going from volume straight to inspect... And then both docker and podman are choking on trying to get the status of a non-existing container It seems to be perfectly normal for it to react that way though, so that is why I asked about it:
But you are right that a volume could have the same failure scenario, probably what is happening |
I think that docker has a
It is not available in podman, but it does have an
|
minikube works only with |
Changing Kubernetes version to v1.12.10 solves the issue,
|
That was the whole point, that it should only look at the type intended. It seems like the best fix is to change |
Hey @Manvi07 are you still seeing this issue? I'm wondering if we just need to delete all containers and volumes named Does:
work? |
Hi @priyawadhwa |
Does upgrading to minikube v1.12.0 fix this issue for you @Manvi07 ? |
This issue appears to be a duplicate of #8325, do you mind if we move the conversation there? Ths way we can centralize the content relating to the issue. If you feel that this issue is not in fact a duplicate, please re-open it using Thank you for reporting this! |
Steps to reproduce the issue:
minikube start --driver=docker or
minikube start --driver=docker --base-image= gcr.io/k8s-minikube/kicbase:v0.0.10
Full output of failed command:
Failed attempts:
I successfully installed minikube as described in the official minikube documentation. However, on starting the cluster it gave me the above error.
I also killed all the docker containers, restarted docker using
sudo systemctl start docker
, and then tried the commandminikube start
again, but the error persists.The traditional docker commands run without any errors.
(Tested using
docker run hello-world
)The text was updated successfully, but these errors were encountered: