mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Revert escaped double dash man page flag syntax
Commit 800a2e2d35 introduced a way to disable the conversion of `--`into an en dash on docs.podman.io, so the ugly workaround of escaping the dashes is no longer necessary. Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
This commit is contained in:
@ -20,11 +20,11 @@ Note that the generated Kubernetes YAML file can be used to re-run the deploymen
|
||||
|
||||
## OPTIONS
|
||||
|
||||
#### **\-\-filename**, **-f**=**filename**
|
||||
#### **--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**
|
||||
#### **--service**, **-s**
|
||||
|
||||
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.
|
||||
|
Reference in New Issue
Block a user