allow setting hostname for a pod #3732
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.
/kind feature
Description
When I run
podman play kube pod.yaml
to create a pod, the hostname is the last container's container-id.My application is highly reply on hostname, is it possible to add a feature to podman pod to allow customizing the hostname? Or set the pod name as hostname?
Kubernetes Pod has a field
hostname
, it is better to use this as hostname.Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: