-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update Talos machinery to 0.12, fix secrets persistence
There are several important changes: * `talosVersion` now defaults to whatever current Talos version is vs. `0.8` as it was before; we don't expect 0.8 being used to bootstrap new clusters * Talos machinery bumped to latest 0.12 * secrets for the configuration are now preserved directly as machinery's `SecretsBundle` providing forward compatibility with future machine configuration changes: fixes persistence for cluster.id/secret for 0.12 * migration path from "legacy" secret format to new one * general clean ups, less dependency on "init" node type, provider should work fine in init-less flow. Signed-off-by: Andrey Smirnov <[email protected]>
- Loading branch information
Showing
6 changed files
with
221 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.