Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add "podman kube generate" command | Niall Crowe | 2022-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> | ||
* | add "podman kube down" command | Niall Crowe | 2022-08-02 |
The "podman kube down" reads in a structured file of Kubernetes YAML and removes pods based on the Kubernetes kind described in the YAML, similiar to "podman play kube --down". Users will still be able to use "podman play kube --down" and "podman kube play --down" to perform the same function. Signed-off-by: Niall Crowe <nicrowe@redhat.com> |