Merge pull request #19211 from jakecorrenti/add-reserved-flag-generate

Add `--podman-only` flag to `podman generate kube`
This commit is contained in:
OpenShift Merge Robot
2023-07-16 17:34:35 +02:00
committed by GitHub
11 changed files with 230 additions and 16 deletions

View File

@ -39,6 +39,10 @@ Output to the given file instead of STDOUT. If the file already exists, `kube ge
Don't truncate annotations to the Kubernetes maximum length of 63 characters.
Note: enabling this flag means the generated YAML file is not Kubernetes compatible and can only be used with `podman kube play`
#### **--podman-only**
Add podman-only reserved annotations in generated YAML file (Cannot be used by Kubernetes)
#### **--replicas**, **-r**=*replica count*
The value to set `replicas` to when generating a **Deployment** kind.