diff options
author | Christoph Petrausch <chrobbert@gmail.com> | 2022-01-01 14:03:34 +0100 |
---|---|---|
committer | Christoph Petrausch <chrobbert@gmail.com> | 2022-01-06 16:48:20 +0100 |
commit | 4191616cc567d553776001d640e7f2d945a4fae7 (patch) | |
tree | 7ebabd5b81e0dec7accce58d14db8bccf9f2bf54 /commands-demo.md | |
parent | c0b3df805999551db1da8ec2866457c555e627c7 (diff) | |
download | podman-4191616cc567d553776001d640e7f2d945a4fae7.tar.gz podman-4191616cc567d553776001d640e7f2d945a4fae7.tar.bz2 podman-4191616cc567d553776001d640e7f2d945a4fae7.zip |
Don't rename pod if container has the same name
We enforce the naming scheme "<podname>-<containername>" here [1].
Therefore we must not rename the pod in case of a naming conflict
between pod name and container name. Not renaming the pod increases the
usability for the user and easies scripting based on the name. Otherwise
a user must set some label to reliable find a pod after creation. Or
have to implement the renaming logic in the script.
[1] https://github.com/containers/podman/blob/main/pkg/specgen/generate/kube/kube.go#L140
Fixes #12722
Signed-off-by: Christoph Petrausch <chrobbert@gmail.com>
Diffstat (limited to 'commands-demo.md')
0 files changed, 0 insertions, 0 deletions