summaryrefslogtreecommitdiff
path: root/docs/podman-generate-kube.1.md
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-06-11 10:28:49 -0400
committerMatthew Heon <matthew.heon@pm.me>2019-06-11 11:26:46 -0400
commitf909b745ec82d6c010e27218bda9524bb1724060 (patch)
tree9095186eb1b8c790a953dfffea9ee6de27185ecd /docs/podman-generate-kube.1.md
parent53435d4d4726250f38054b934246ec4d8b1f7581 (diff)
downloadpodman-f909b745ec82d6c010e27218bda9524bb1724060.tar.gz
podman-f909b745ec82d6c010e27218bda9524bb1724060.tar.bz2
podman-f909b745ec82d6c010e27218bda9524bb1724060.zip
Add --filename option to generate kube
This allows writing output directly to a file, instead of STDOUT. Makes things easier for some scripting tasks. Like the unit tests for 'play kube'. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'docs/podman-generate-kube.1.md')
-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