You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: make talosconfig and talosconfigtemplate immutable
This change is made to conform CAPI practices for resource updates:
instead of modifying the templates/configs, it is necessary to create a
new one.
If the resource is always recreated, rolling update strategy will be
able to pick up the change and redeploy machines.
Signed-off-by: Artem Chernyshev <[email protected]>
0 commit comments