mirror of https://github.com/containers/podman.git
when creating kubernetes yaml from containers and pods, we should honor any custom dns settings the user provided. in the case of generate kube, these would be provided by --dns, --dns-search, and --dns-opt. if multiple containers are involved in the generate, the options will be cumulative and unique with the exception of dns-opt. when replaying a kube file that has kubernetes dns information, we now also add that information to the pod creation. the options for dnspolicy is not enabled as there seemed to be no direct correlation between kubernetes and podman. Fixes: #9132 Signed-off-by: baude <bbaude@redhat.com> |
||
---|---|---|
.. | ||
generate | ||
config_unsupported.go | ||
container_validate.go | ||
namespaces.go | ||
pod_validate.go | ||
podspecgen.go | ||
specgen.go | ||
volumes.go |