diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-10-05 16:08:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-05 16:08:37 +0200 |
commit | ab2f3cf54db1944257dce8a38c26757e5a3d79a4 (patch) | |
tree | b06f657e5418897107143d02a0ebdabdd86e67c1 /docs | |
parent | 84c85f4d9457fb35849fa93ba04814df681b9093 (diff) | |
parent | f250560a8043f25771f8ba41b2faf585829b0c9b (diff) | |
download | podman-ab2f3cf54db1944257dce8a38c26757e5a3d79a4.tar.gz podman-ab2f3cf54db1944257dce8a38c26757e5a3d79a4.tar.bz2 podman-ab2f3cf54db1944257dce8a38c26757e5a3d79a4.zip |
Merge pull request #16029 from andrei-n-cosma/kube-default-network
Add pods created by play kube to a default network
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-kube-play.1.md.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-kube-play.1.md.in b/docs/source/markdown/podman-kube-play.1.md.in index d3a6eaa03..dea47c307 100644 --- a/docs/source/markdown/podman-kube-play.1.md.in +++ b/docs/source/markdown/podman-kube-play.1.md.in @@ -155,7 +155,7 @@ Note: When joining multiple networks you should use the **--network name:mac=\<m @@option network -The *host* network mode should be configured in the YAML file. +When no network option is specified and *host* network mode is not configured in the YAML file, a new network stack is created and pods are attached to it making possible pod to pod communication. @@option no-hosts |