summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-06-11 18:48:25 +0200
committerGitHub <noreply@github.com>2019-06-11 18:48:25 +0200
commit130f6cba8c3cf78948c80930fa81f476cd32cc3b (patch)
tree86626a7fe6cdf95be885a083eb45db1be859c02c /docs
parentc93b8d6b02c7ec0c91af34481133001421b9628d (diff)
parentf909b745ec82d6c010e27218bda9524bb1724060 (diff)
downloadpodman-130f6cba8c3cf78948c80930fa81f476cd32cc3b.tar.gz
podman-130f6cba8c3cf78948c80930fa81f476cd32cc3b.tar.bz2
podman-130f6cba8c3cf78948c80930fa81f476cd32cc3b.zip
Merge pull request #3293 from mheon/add_test_for_play_kube
Add a test for 'podman play kube' to prevent regression
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-generate-kube.1.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/podman-generate-kube.1.md b/docs/podman-generate-kube.1.md
index dd9068ef1..88d8e9627 100644
--- a/docs/podman-generate-kube.1.md
+++ b/docs/podman-generate-kube.1.md
@@ -14,6 +14,10 @@ Note that the generated Kubernetes YAML file can be used to re-run the deploymen
## OPTIONS:
+**--filename**, **-f**=**filename**
+
+Output to the given file, instead of STDOUT. If the file already exists, `generate kube` will refuse to replace it and return an error.
+
**--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