Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add partial config support to
talosctl cluster create
Allow passing a partial config to the machines using the `--input-dir` flag of `talosctl cluster create`. With this change, it is not required to have talosconfig inside the input directory, neither for the configuration documents to contain a `v1alpha1` config document. They can solely contain maintenance config, e.g., `KmsgLogConfig`. This is useful for testing scenarios such as partial machine configs being provided via cloud user data. Signed-off-by: Utku Ozdemir <[email protected]>
- Loading branch information