Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add links to all SEE ALSO sections | Daniel J Walsh | 2021-11-10 |
| | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> | ||
* | codespell code | Daniel J Walsh | 2021-10-12 |
| | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> | ||
* | kube: Add support for podman pod logs | Aditya Rajan | 2021-09-05 |
Following PR adds support for `kubectl` like `pod logs` to podman. Usage `podman pod logs <podIDorName` gives a stream of logs for all the containers within the pod with **containername** as a field. Just like **`kubectl`** also supports `podman pod logs -c ctrIDorName podIDorName` to limit the log stream to any of the specificied container which belongs to pod. Signed-off-by: Aditya Rajan <arajan@redhat.com> |