play kube: name collisions for containers within the same pod spec #13332
Labels
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.
/kind bug
Description
play kube API does not handle name collisions for containers within the same pod spec.
While trying to deploy a pod that contains two containers with the same name:
I didn't receive an error and only one container was created:
When I tried to create the same pod without kube play, k8s validated this rule and I received an error:
Output of
podman version
:The text was updated successfully, but these errors were encountered: