summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-10-01 13:27:17 -0400
committerGitHub <noreply@github.com>2021-10-01 13:27:17 -0400
commit1b88b678cf14946c4392bccfd9db2ff8510066ee (patch)
tree2b83b71166121cf0a85b3a8869627a481bd0a5de /docs/source
parentc6a896b0c705415a9115dff354b0a19a2c08ce50 (diff)
parent641f0ccc4eb999af3c2a01d709769287ba45451c (diff)
downloadpodman-1b88b678cf14946c4392bccfd9db2ff8510066ee.tar.gz
podman-1b88b678cf14946c4392bccfd9db2ff8510066ee.tar.bz2
podman-1b88b678cf14946c4392bccfd9db2ff8510066ee.zip
Merge pull request #11707 from rhatdan/play
Add podman play kube --no-hosts options
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/markdown/podman-play-kube.1.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-play-kube.1.md b/docs/source/markdown/podman-play-kube.1.md
index 7e3e0f431..a4b9722b8 100644
--- a/docs/source/markdown/podman-play-kube.1.md
+++ b/docs/source/markdown/podman-play-kube.1.md
@@ -138,6 +138,10 @@ Valid _mode_ values are:
Note: Rootlesskit changes the source IP address of incoming packets to a IP address in the container network namespace, usually `10.0.2.100`. If your application requires the real source IP address, e.g. web server logs, use the slirp4netns port handler. The rootlesskit port handler is also used for rootless containers when connected to user-defined networks.
- **port_handler=slirp4netns**: Use the slirp4netns port forwarding, it is slower than rootlesskit but preserves the correct source IP address. This port handler cannot be used for user-defined networks.
+#### **--no-hosts**
+
+Do not create /etc/hosts within the pod's containers, instead use the version from the image
+
#### **--quiet**, **-q**
Suppress output information when pulling images