diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-04-17 05:52:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-17 05:52:51 -0400 |
commit | 676c33f07950b29b657370df5e767452692be648 (patch) | |
tree | 4a3ba7067472b1c3a9f1756f54a18816f84dd603 /docs/source/markdown/podman-play-kube.1.md | |
parent | 35b62ef19f307fb365eb7a8734e456160f7b22a8 (diff) | |
parent | d7292dbf2731701c122656400ce5007693efe3c8 (diff) | |
download | podman-676c33f07950b29b657370df5e767452692be648.tar.gz podman-676c33f07950b29b657370df5e767452692be648.tar.bz2 podman-676c33f07950b29b657370df5e767452692be648.zip |
Merge pull request #10043 from Luap99/play-kube-ip
add --ip to podman play kube
Diffstat (limited to 'docs/source/markdown/podman-play-kube.1.md')
-rw-r--r-- | docs/source/markdown/podman-play-kube.1.md | 4 |
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 91899a8bd..1074c27f8 100644 --- a/docs/source/markdown/podman-play-kube.1.md +++ b/docs/source/markdown/podman-play-kube.1.md @@ -62,6 +62,10 @@ The [username[:password]] to use to authenticate with the registry if required. If one or both values are not supplied, a command line prompt will appear and the value can be entered. The password is entered without echo. +#### **\-\-ip**=*IP address* + +Assign a static ip address to the pod. This option can be specified several times when play kube creates more than one pod. + #### **\-\-log-driver**=driver Set logging driver for all created containers. |