-
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
Try to make the podman driver less "experimental", for podman version 3.0 #10237
Comments
Preferrably this should be tested on Fedora, and by using the container runtime CRI-O... Note that it has some other quirks, like using selinux + cgroups v2 and running on "btrfs": The CentOS Linux distribution has now been deprecated (ends 2021-12-31, no version 9) So this means Fedora is the primary testing target, before Red Hat Enterprise Linux (RHEL). See this workaround for btrfs: #10182 (comment) It is also possible to use ext4, or xfs, during install. |
Note: You can also run Fedora with cgroups v1, ext4 and "moby-engine" (19.03). "But where is the fun in that" The main reason for supporting podman and cri-o is for RHEL |
Minikube seemed to be working more or less OK with podman 3.0.0-rc2. But needless to say there were bugs, and we now have a RC3 instead... https://github.com/containers/podman/releases/tag/v3.0.0-rc3 More testing with minikube is needed, especially on Fedora (or on RHEL) |
Podman 3.0 has been released: https://github.com/containers/podman/releases/tag/v3.0.0 Should be compatible with Podman 2.1 and 2.2 as well, but not with the earlier 1.9 and 2.0. |
@medya said:
|
FWIW, I upgraded to podman version 3.0 and tried to start minikube, but it failed:
Seems the restart tries to create a volume that still exists from the earlier attempt (I ran |
You need to run a version that includes PR #10435 (i.e. latest/greatest) Or just |
Works OK with Podman 3.0.1 now |
There is a new version of podman being prepared:
v3.0.0
https://github.com/containers/podman/tree/v3.0
https://github.com/containers/podman/releases/tag/v3.0.0-rc1
This is the release track that will go into next RHEL (previously based on first 1.6.4 and then 2.0.5)
https://github.com/containers/podman/tree/v1.6.4-rhel
https://github.com/containers/podman/tree/v2.0.5-rhel
Hopefully this means that the podman driver is finally stable enough to be made non-experimental.
The main features are support for the docker socket and for docker compose, so nothing breaking ?
Support for podman has already been merged, and both KIC and ISO are currently running
v2.2.1
From the "Podman v3.0.0-rc1 is now available for testing" post:
The text was updated successfully, but these errors were encountered: