From d3927f9076293d76a65f4be733f15aa4e345f342 Mon Sep 17 00:00:00 2001 From: "Eric D. Helms" Date: Tue, 2 Apr 2024 10:00:17 -0400 Subject: [PATCH] Add note about host networking to Kube PublishPort option Signed-off-by: Eric D. Helms --- docs/source/markdown/podman-systemd.unit.5.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/markdown/podman-systemd.unit.5.md b/docs/source/markdown/podman-systemd.unit.5.md index 864e238db2..0ae9b5d8fd 100644 --- a/docs/source/markdown/podman-systemd.unit.5.md +++ b/docs/source/markdown/podman-systemd.unit.5.md @@ -877,6 +877,8 @@ Note that not listing a host port means that Podman automatically selects one, a may be different for each invocation of service. This makes that a less useful option. The allocated port can be found with the `podman port` command. +When using `host` networking via `Network=host`, the `PublishPort=` option cannot be used. + This key can be listed multiple times. ### `Volume=`