mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-15 19:17:07 +02:00
This makes sure source directory exists before performing mount operation. Also adds an ability to patch the config bundle configs with JSON patch, which is exposed in `talosctl cluster create`, this allowed me to easily test this fix: ``` talosctl cluster create ... --config-patch='[{"op": "add", "path": "/machine/kubelet/extraMounts", "value": [{"destination": "/var/log/containers", "type": "bind", "source": "/var/log/containers", "options": ["rshared", "rbind", "rw"]}]}]' ``` Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com> |
||
---|---|---|
.. | ||
api.md | ||
cli.md | ||
configuration.md | ||
platform.md |