diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-06-18 15:32:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-18 15:32:07 +0200 |
commit | 265d55edbf698b624adee081a48f47b3b73b6164 (patch) | |
tree | 39f17e37b9bc7eff1ab04b4f6e982c160afa96bd /docs/podman-generate-kube.1.md | |
parent | 8bcfd24397ee365a08ea9fe95cae91554a933e5c (diff) | |
parent | 292a48cab4f3d61b1805fa5f947667012049cce3 (diff) | |
download | podman-265d55edbf698b624adee081a48f47b3b73b6164.tar.gz podman-265d55edbf698b624adee081a48f47b3b73b6164.tar.bz2 podman-265d55edbf698b624adee081a48f47b3b73b6164.zip |
Merge pull request #3355 from giuseppe/fix-typos
cmd, docs, test: fix some typos
Diffstat (limited to 'docs/podman-generate-kube.1.md')
-rw-r--r-- | docs/podman-generate-kube.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-generate-kube.1.md b/docs/podman-generate-kube.1.md index 88d8e9627..76baad83a 100644 --- a/docs/podman-generate-kube.1.md +++ b/docs/podman-generate-kube.1.md @@ -20,7 +20,7 @@ Output to the given file, instead of STDOUT. If the file already exists, `genera **--service**, **-s** -Generate a Kubernetes service object in addition to the Pods. Used to generate a Service specification for the corresponding Pod ouput. In particular, if the object has portmap bindings, the service specification will include a NodePort declaration to expose the service. A +Generate a Kubernetes service object in addition to the Pods. Used to generate a Service specification for the corresponding Pod output. In particular, if the object has portmap bindings, the service specification will include a NodePort declaration to expose the service. A random port is assigned by Podman in the specification. ## Examples |