Honour network settings in podman play/generate kube #5609
Labels
Good First Issue
This issue would be a good issue for a first time contributor to undertake.
kind/feature
Categorizes issue or PR as related to a new feature.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
/kind feature
Description
I am uncertain whether the kube yaml standard supports network settings.
Either
podman play kube
should honour network settings, e.g.--network
or the generated yaml file usingpodman generate kube
should take into account network settings for pods and/or containers.As far as I can see in #5241 network opts have been added to
podman pod create
but there seems to be nothing for eitherpodman play kube
norpodman generate kube
.For single containers and systemd generation this is already supported using
podman generate systemd {ctrID} --new
Thanks a lot for this.
I checked versions 1.6.4 (CentOS 8), 1.8.0 (Fedora 30) and 1.8.2 (Kubic Repos for CentOS 8)
The text was updated successfully, but these errors were encountered: