mirror of
https://github.com/containers/podman.git
synced 2025-06-03 20:33:20 +08:00
Add an option to control if play kube should start the pod
Having play kube start the pod is not always appropriate, one might for example like to have the pod running as a set of systemd services. Add a `start` option to the command line and API to control if the pod should be started or not; it defaults to true for backward compatibility. Signed-off-by: Alban Bedel <albeu@free.fr>
This commit is contained in:
@ -58,6 +58,10 @@ Suppress output information when pulling images
|
||||
|
||||
Directory path for seccomp profiles (default: "/var/lib/kubelet/seccomp"). (Not available for remote commands)
|
||||
|
||||
#### **--start**=*true|false*
|
||||
|
||||
Start the pod after creating it, set to false to only create it.
|
||||
|
||||
#### **--tls-verify**=*true|false*
|
||||
|
||||
Require HTTPS and verify certificates when contacting registries (default: true). If explicitly set to true,
|
||||
|
Reference in New Issue
Block a user