diff options
author | Andrei Natanael Cosma <andrei@intersect.ro> | 2022-10-02 19:08:17 +0200 |
---|---|---|
committer | Andrei Natanael Cosma <andrei@intersect.ro> | 2022-10-04 21:59:57 +0200 |
commit | f250560a8043f25771f8ba41b2faf585829b0c9b (patch) | |
tree | 4876bc718d78438d561bf08a7dcb2dfcf5c33928 /docs/source | |
parent | 0330d1abed7559e33baf50167a161e8ec54363b3 (diff) | |
download | podman-f250560a8043f25771f8ba41b2faf585829b0c9b.tar.gz podman-f250560a8043f25771f8ba41b2faf585829b0c9b.tar.bz2 podman-f250560a8043f25771f8ba41b2faf585829b0c9b.zip |
Add pods created by kube play to a default network
In order to allow pods to reach other pods (as in Kubernetes) they all
need to be added to the same network. A network is created (if it
doesn't exist) and pods created by play-kube are added to that network.
When network options are passed to kube command the pods are not
attached to the default kube network.
Signed-off-by: Andrei Natanael Cosma <andrei@intersect.ro>
Diffstat (limited to 'docs/source')
-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 |