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
log.Info("Cannot reconcile Machine's Node, no valid ProviderID yet")
49
+
log.Info("Waiting for infrastructure provider to report spec.providerID", util.LowerCamelCase(machine.Spec.InfrastructureRef.Kind), klog.KRef(machine.Spec.InfrastructureRef.Namespace, machine.Spec.InfrastructureRef.Name))
// If the bootstrap provider is not ready, requeue.
221
221
if!ready {
222
-
log.Info("Bootstrap provider is not ready, requeuing")
222
+
log.Info("Waiting for bootstrap provider to generate data secret and report status.ready", util.LowerCamelCaseKind(bootstrapConfig), klog.KObj(bootstrapConfig))
// If the infrastructure provider is not ready, return early.
283
288
if!ready {
284
-
log.Info("Infrastructure provider is not ready, requeuing")
289
+
log.Info("Waiting for infrastructure provider to create machine infrastructure and report status.ready", util.LowerCamelCaseKind(infraConfig), klog.KObj(infraConfig))
0 commit comments