Minor log and doc fixes

Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
This commit is contained in:
Ygal Blum
2023-10-17 09:10:54 +03:00
parent f875ae3176
commit 3b6a4ac37a

View File

@ -640,7 +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`) |
| KubeDownForce=true | --force (for `podman kube down`) |
| LogDriver=journald | --log-driver journald |
| Network=host | --net host |
| PodmanArgs=\-\-annotation=key=value | --annotation=key=value |
@ -699,7 +699,7 @@ This key can be listed multiple times.
### `KubeDownForce=`
Remove all resources including volumes when calling `podman kube down`.
Remove all resources, including volumes, when calling `podman kube down`.
Equivalent to the Podman `--force` option.
### `LogDriver=`