Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add custom config support to talosctl cluster create #8333

Commits on Feb 20, 2024

  1. 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 <utku.ozdemir@siderolabs.com>
    utkuozdemir committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    815a8e9 View commit details
    Browse the repository at this point in the history