podman generate kube emits reduntant runAsGroup/runAsUser entries #11914
Labels
In Progress
This issue is actively being worked by the assignee, please do not work on this at this time.
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
I build my image with
USER 2000:2000
and this information is contained in the oci-image.podman generate kube CONTAINERNAME
prints:SInce the group and user UID are inherited from the container description,
podman generate kube
shall not print them, as long as the caller of podman has not passed--ueser
parameter. Kubernetes will anyway apply 2000:2000 when executing the container.The text was updated successfully, but these errors were encountered: