mirror of
https://github.com/containers/podman.git
synced 2025-06-19 16:33:24 +08:00
Quadlet - add support for KubeDownForce
Allow users to set --force for Stop command Add doc and tests Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
This commit is contained in:
@ -640,6 +640,7 @@ Valid options for `[Kube]` are listed below:
|
||||
| ConfigMap=/tmp/config.map | --config-map /tmp/config.map |
|
||||
| ContainersConfModule=/etc/nvd\.conf | --module=/etc/nvd\.conf |
|
||||
| GlobalArgs=--log-level=debug | --log-level=debug |
|
||||
| KubeDownForce=true | -force (for `podman kube down`) |
|
||||
| LogDriver=journald | --log-driver journald |
|
||||
| Network=host | --net host |
|
||||
| PodmanArgs=\-\-annotation=key=value | --annotation=key=value |
|
||||
@ -696,6 +697,10 @@ escaped to allow inclusion of whitespace and other control characters.
|
||||
|
||||
This key can be listed multiple times.
|
||||
|
||||
### `KubeDownForce=`
|
||||
|
||||
Remove all resources when calling `podman kube down`.
|
||||
Equivalent to the Podman `--force` option.
|
||||
|
||||
### `LogDriver=`
|
||||
|
||||
|
Reference in New Issue
Block a user