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
r.Recorder.Eventf(node, corev1.EventTypeWarning, "OrphanedNode", "provisioned node not found, this could result in orphaned nodes, please check manually: %s", node.Name)
94
+
returntrue, nil
95
+
}
96
+
returnfalse, err
84
97
}
85
98
86
99
vendorCfg:=cluster.Spec.ComputingVendor
87
100
ifvendorCfg==nil {
88
-
returnfmt.Errorf("failed to get computing vendor config for cluster %s", clusterName)
101
+
returnfalse, fmt.Errorf("failed to get computing vendor config for cluster %s", clusterName)
r.Recorder.Eventf(node, corev1.EventTypeWarning, "OrphanedNode", "provisioned node without instanceID, this could result in orphaned nodes, please check manually: %s", node.Name)
0 commit comments