From e08a77ce64eec5cd0192ae1970fa859c00440174 Mon Sep 17 00:00:00 2001 From: Niall Crowe Date: Fri, 24 Jun 2022 15:43:05 +0100 Subject: Add "podman kube play" cmd The "podman kube play" command is designed to be a replacement for the "podman play kube" command. It performs the same function as "play kube" while also still working with the same flags and options. The "podman play kube" command is still functional as an alias of "kube play". Closes #12475 Signed-off-by: Niall Crowe Signed-off-by: Valentin Rothberg --- docs/source/Commands.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/source/Commands.rst') diff --git a/docs/source/Commands.rst b/docs/source/Commands.rst index 2911efe18..6b26ed1d9 100644 --- a/docs/source/Commands.rst +++ b/docs/source/Commands.rst @@ -47,6 +47,8 @@ Commands :doc:`kill ` Kill one or more running containers with a specific signal +:doc:`kube ` Play a pod + :doc:`load ` Load an image from container archive :doc:`login ` Login to a container registry @@ -65,8 +67,6 @@ Commands :doc:`pause ` Pause all the processes in one or more containers -:doc:`play ` Play a pod - :doc:`pod ` Manage pods :doc:`port ` List port mappings or a specific mapping for the container -- cgit v1.2.3-54-g00ecf