aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-kube-play.1.md.in
Commit message (Collapse)AuthorAge
* Merge pull request #15339 from edsantiago/docs_dedup_annotationOpenShift Merge Robot2022-08-16
|\ | | | | Man pages: refactor common options: --annotation
| * Man pages: refactor common options: --annotationEd Santiago2022-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor the --annotation option, but only between podman create, kube play, and run. This does not include: * podman build: - usage is in terms of images, not containers/pods * manifest add, manifest annotate: - usage is in terms of images, not containers/pods - also, wording is slightly different Signed-off-by: Ed Santiago <santiago@redhat.com>
* | Add "podman kube generate" commandNiall Crowe2022-08-11
|/ | | | | | | | "podman kube generate" creates Kubernetes YAML from Podman containers, pods or volumes. Users will still be able to use "podman generate kube" as an alias of "kube generate". Signed-off-by: Niall Crowe <nicrowe@redhat.com>
* Man pages: refactor common optionsEd Santiago2022-08-09
Continued. Harder-to-review ones this time. Signed-off-by: Ed Santiago <santiago@redhat.com>