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
{{ message }}
This repository was archived by the owner on Nov 20, 2021. It is now read-only.
When creating a new CritControlPlane the expectation is that the new machines/nodes will be spread out over the available failure domains. Since all machines with cabpc are created simultaneously, the failure domain that is passed to the generated machines is the same one for all new machines/nodes. The expectation here is that these should be spread out over the available failure domains, so something like a NFailureDomainsWithFewestMachines will need to be applied here:
logger.Error(err, "failed to create initial control plane Machine")
r.recorder.Eventf(ccp, corev1.EventTypeWarning, "FailedInitialization", "Failed to create initial control plane Machine for cluster %s/%s control plane: %v", cluster.Namespace, cluster.Name, err)