summaryrefslogtreecommitdiff
path: root/docs/podman-play-kube.1.md
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2019-02-26 14:55:43 +0100
committerValentin Rothberg <rothberg@redhat.com>2019-02-26 15:07:05 +0100
commit7fea0d7077cbcbcec1958e31b361009b87e77398 (patch)
treefed8e181d02ccde7015461d5dd113c7df1f2077c /docs/podman-play-kube.1.md
parent2ce8a1c8906443b7b2a2bfcc44e16f66e8db7cdb (diff)
downloadpodman-7fea0d7077cbcbcec1958e31b361009b87e77398.tar.gz
podman-7fea0d7077cbcbcec1958e31b361009b87e77398.tar.bz2
podman-7fea0d7077cbcbcec1958e31b361009b87e77398.zip
docs: cross-reference `podman-{generate,play}-kube`
Addresses: https://github.com/containers/libpod/pull/2428#discussion_r260200694 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'docs/podman-play-kube.1.md')
-rw-r--r--docs/podman-play-kube.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman-play-kube.1.md b/docs/podman-play-kube.1.md
index 3fd9746a5..2264f7a88 100644
--- a/docs/podman-play-kube.1.md
+++ b/docs/podman-play-kube.1.md
@@ -20,7 +20,7 @@ kubernetes_input.yml
the pod and containers described in the YAML. The containers within the pod are then started and
the ID of the new Pod is output.
-Ideally the input file would be one created by Podman. This would guarantee a smooth import and expected results.
+Ideally the input file would be one created by Podman (see podman-generate-kube(1)). This would guarantee a smooth import and expected results.
# OPTIONS:
@@ -72,7 +72,7 @@ $ podman play kube demo.yml
```
## SEE ALSO
-podman(1), podman-container(1), podman-pod(1), podman-generate(1), podman-play(1)
+podman(1), podman-container(1), podman-pod(1), podman-generate-kube(1), podman-play(1)
# HISTORY
Decemeber 2018, Originally compiled by Brent Baude (bbaude at redhat dot com)