-
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
Add dedicate network and static IP for podman driver #9714
Comments
The podman network doesn't have label nor options, that might become a problem...
Also "docker" is hardcoded in a dozen place in the old PR, instead of using ociBin. |
See containers/podman#7989 (comment), it needs a podman network rewrite first (before labels) I'm not sure if any of the options were mandatory, or if there is some kind of CNI workaround ? https://docs.docker.com/engine/extend/plugins_network/
|
The filter label functionality seems broken anyway, so most likely it needs manual cleanup... Just like #9705 for the volumes ? (also, the "remove" alias is missing - so need to use "rm")
|
Podman network labels were discussed here: containers/podman#5376 It might become available in Podman 3.0, along with the fix for --filter ... |
in minikube 1.14.0 we had docker driver with dedicate network, we should do same thing for podman for consistancy
Similar to this PR
add dedicated network for docker driver #9294
This will make Podman driver to also have a Static IP similar to our Docker Driver after that PR
You would need to install Podman on Linux to test this
The text was updated successfully, but these errors were encountered: