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:
Ygal Blum
2023-10-16 08:51:52 +03:00
parent 5853e2bee9
commit 5d5facbd79
5 changed files with 103 additions and 1 deletions

View File

@ -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=`