talos/website/content/docs/v0.10/Reference
Andrey Smirnov 2402f20c20 feat: implement inline manifests in the machine configuration
Inline manifests work exactly same way as extra manifests, but the
manifest itself can be stored in the config body.

Example config patch:

```
--config-patch '[{"op": "replace", "path": "/cluster/inlineManifests", "value": [{"name": "foo", "contents": "apiVersion: v1\nkind: Namespace\nmetadata:\n  name: ci\n"}]}]'
```

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2021-04-12 10:32:31 -07:00
..
api.md feat: add config validation warnings 2021-04-08 13:49:58 -07:00
cli.md feat: update Kubernetes to 1.21.0 release 2021-04-09 20:08:20 +03:00
configuration.md feat: implement inline manifests in the machine configuration 2021-04-12 10:32:31 -07:00
kernel.md docs: add documentation for Talos 0.10 2021-03-22 06:24:39 -07:00
platform.md docs: add documentation for Talos 0.10 2021-03-22 06:24:39 -07:00