talos/website/content/docs/v0.9/Reference
Andrey Smirnov 49853fc2ec fix: mkdir source of the extra mounts for the kubelet
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>
2021-03-05 11:47:55 -08:00
..
api.md feat: implement etcd remove-member cli command 2021-03-01 07:55:08 -08:00
cli.md fix: mkdir source of the extra mounts for the kubelet 2021-03-05 11:47:55 -08:00
configuration.md feat: update etcd to 3.4.15 2021-03-01 06:16:40 -08:00
platform.md docs: add v0.9 docs 2021-01-13 15:42:25 +03:00