Skip to content
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

deploy_minikube.sh: when running on Centos8 we should use podman instead of Docker #6075

Closed
liranmauda opened this issue Jul 5, 2020 · 2 comments
Labels
Stale Type:Enhancement New suggestions for behaviours

Comments

@liranmauda
Copy link
Contributor

By the look of it, minikube support for podman is still WIP.
We can see 2 things:

  1. Using the podman driver is experimental
  2. even though the driver is podman, the run-time is docker and changing it to cri-o still looks for docker (Fedora 31 vm-driver=podman fail to start trying to start docker service kubernetes/minikube#6795).

We are using MINIKUBE_VERSION=v1.8.2 and KUBERNETES_VERSION=v1.17.3 due to kubernetes/minikube#7828

running with podman results in:

+ main@./1.sh:70 cat /root/.minikube/config/config.json
{
    "WantNoneDriverWarning": false,
    "WantUpdateNotification": false,
    "container-runtime": "cri-o",
    "driver": "podman",
    "vm-driver": "none"
}+ main@./1.sh:72 minikube version
minikube version: v1.8.2
commit: eb13446e786c9ef70cb0a9f85a633194e62396a1
+ main@./1.sh:74 minikube start --kubernetes-version=v1.17.3
😄  minikube v1.8.2 on Centos 8.1.1911
    ▪ MINIKUBE_VERSION=v1.8.2
✨  Using the podman (experimental) driver based on user configuration
E0705 15:30:53.797867   10377 cache.go:106] Error downloading kic artifacts:  error loading image: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

once podman support in minikube will be better, and we will be able to upgrade the minikube version we can switch to podman on Centos8.

@liranmauda liranmauda added the Type:Enhancement New suggestions for behaviours label Jul 5, 2020
@liranmauda liranmauda changed the title deploy_minikube.sh: when running on Centos8 we should use podman instead of Docker deploy_minikube.sh: when running on Centos8 we should use podman instead of Docker dbg Jul 5, 2020
@liranmauda liranmauda changed the title deploy_minikube.sh: when running on Centos8 we should use podman instead of Docker dbg deploy_minikube.sh: when running on Centos8 we should use podman instead of Docker Jul 5, 2020
Copy link

This issue had no activity for too long - it will now be labeled stale. Update it to prevent it from getting closed.

@github-actions github-actions bot added the Stale label Sep 12, 2024
Copy link

This issue is stale and had no activity for too long - it will now be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale Type:Enhancement New suggestions for behaviours
Projects
None yet
Development

No branches or pull requests

1 participant