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
* Improve Machine create and delete logs
* Add k/v pairs describing the overall status of the control plane
* Fix unit test
* Address comments
* More feedback
* More comments
"marked-for-remediation (marked for remediation)",
319
+
"not-up-to-date (not up-to-date)",
320
+
"without-node (status.nodeRef not set, APIServerPod health unknown, ControllerManagerPod health unknown, SchedulerPod health unknown, EtcdPod health unknown, EtcdMember not healthy)",
logger.Error(err, "Failed to create initial control plane Machine")
58
59
r.recorder.Eventf(controlPlane.KCP, corev1.EventTypeWarning, "FailedInitialization", "Failed to create initial control plane Machine for cluster %s control plane: %v", klog.KObj(controlPlane.Cluster), err)
logger.Error(err, "Failed to create additional control plane Machine")
92
100
r.recorder.Eventf(controlPlane.KCP, corev1.EventTypeWarning, "FailedScaleUp", "Failed to create additional control plane Machine for cluster % control plane: %v", klog.KObj(controlPlane.Cluster), err)
0 commit comments