Can't set mac address in podman play kube for cni DHCP plugin #9731
Labels
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.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
With
podman play kube
, there currently isn't a way to set the mac address so that the CNI DHCP plugin will be able to utilize it.podman create pod
offers a--mac-address
, butpodman play kube
does not. I did discover that I can use the tuning plugin to set the mac address, however, due to another issue with tuning (containernetworking/plugins#450 (comment)), you cannot use it to set the mac address that DHCP uses. So tuning is useless for setting the MAC address for the DHCP plugin.Regardless, it seems like more arguments like
--mac-address
should be exposed topodman play kube
just like they are exposed inpodman pod create
. This would allow for the ability to set the MAC address in pods started bypodman play kube
.Steps to reproduce the issue:
podman play kube --mac-address=<MAC_ADDRESS> <YAML>
Describe the results you received:
Argument not supported
Describe the results you expected:
Ability to set the MAC address with
--mac-address
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: