-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Quadlet kube network support #16596
Comments
SGTM |
Potential yaml support is tracked here: #12965 |
/reopen |
@ygalblum: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Oh, no problem |
Quadlet .container files support a
Network=
key, which allows a container to e.g. share the host network, or has no network. This just maps to the--network=...
key in podman run.I see podman kube play has the same option. Should we wire this up the same way, with a
Network=
key in the[Kube]
section? I don't see any yaml options that could have similar network setup abilities.The text was updated successfully, but these errors were encountered: