mirror of
https://github.com/containers/podman.git
synced 2025-11-29 09:37:38 +08:00
feat(quadlet: kube): support multiple Yaml entries
fixes https://github.com/containers/podman/issues/26274 Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
This commit is contained in:
@@ -1392,6 +1392,9 @@ Alternatively, users can explicitly set the `WorkingDirectory` field of the `Ser
|
||||
Please note that if the `WorkingDirectory` field of the `Service` group is set,
|
||||
Quadlet will not set it even if `SetWorkingDirectory` is set
|
||||
|
||||
Special case:
|
||||
* If multiple `Yaml` path are provided only `unit` is supported.
|
||||
|
||||
### `UserNS=`
|
||||
|
||||
Set the user namespace mode for the container. This is equivalent to the Podman `--userns` option and
|
||||
@@ -1401,6 +1404,8 @@ generally has the form `MODE[:OPTIONS,...]`.
|
||||
|
||||
The path, absolute or relative to the location of the unit file, to the Kubernetes YAML file to use.
|
||||
|
||||
This key can be listed multiple times.
|
||||
|
||||
## Network units [Network]
|
||||
|
||||
Network files are named with a `.network` extension and contain a section `[Network]` describing the
|
||||
|
||||
Reference in New Issue
Block a user