-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 and Fedora 32 #1807
Comments
The cgroupsv2 part is true for all of the kubernetes ecosystem still, as cgroupsv2 support is not in a release yet. Basically the entry in https://kind.docs.kubernetes.io/docs/user/known-issues/#fedora32-firewalld is somewhat kind specific since kind actually uses a user defined network and most casual docker usage does not. The rest of the issues are required to have docker function at all and are not really in scope for kind. Podman is actually experimentally supported since v0.8.0, see the release notes https://github.com/kubernetes-sigs/kind/releases/tag/v0.8.0 |
podman fails ...
....And it will keep failing for as long as issues/1778 is WIP. This is just a suggestion to help your community along and get the information glued together. The next user will come along will hit the same blockage, Google search, find this issue, and get the needed info to get moving. |
This is only failing because you have a fake "docker" in path that is actually podman. We can detect this fake docker and use the podman code anyhow in kind @ HEAD, and we have a release pending to match kubernetes 1.19 release now re-scheduled for tomorrow. "docker" that is actually podman doesn't work, there's too many bugs and incompatibilities so we need to use the podman specific codepaths. You can set |
To be clear #1778 is about changes we want before declaring podman "stable". Most functionality already works. I'd gladly accept a PR to include this link in the existing entry at https://kind.docs.kubernetes.io/docs/user/known-issues/#fedora32-firewalld |
What would you like to be documented:
Please add the Docker and Fedora 32 article to kind / Known Issues page
Why is this needed:
Since kind currently only supports Docker it would be kind to make life easier for Fedora users.
The text was updated successfully, but these errors were encountered: