siderolabs / cluster-api-provider-talos

A cluster-api provider for deploying Talos clusters.
https://www.talos-systems.com
Mozilla Public License 2.0
9 stars 4 forks source link

fix: ignore machine config regeneration on reconcile of clusters #44

Closed rsmitty closed 5 years ago

rsmitty commented 5 years ago

This PR will fix a bug we were seeing where the second reconcile call to the cluster object was overwriting the configmaps that contained talosconfig and machine config. Also pulls in Talos v0.2.0-alpha.3

Signed-off-by: Spencer Smith robertspencersmith@gmail.com