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
returnazure.WithTransientError(errors.New("extension is still in provisioning state. This likely means that bootstrapping has not yet completed on the VM"), 30*time.Second)
582
-
caseinfrav1.Failed:
583
-
log.V(4).Info("extension provisioning state is failed", "vm extension", extensionName, "virtual machine", m.Name())
returnazure.WithTerminalError(errors.New("extension state failed. This likely means the Kubernetes node bootstrapping process failed or timed out. Check VM boot diagnostics logs to learn more"))
586
-
default:
587
-
returnnil
588
-
}
589
-
}
590
-
591
567
// SetAnnotation sets a key value annotation on the AzureMachine.
returnazure.WithTransientError(errors.New("extension is still in provisioning state. This likely means that bootstrapping has not yet completed on the VM"), 30*time.Second)
475
-
caseinfrav1.Failed:
476
-
log.V(4).Info("extension provisioning state is failed", "vm extension", extensionName, "scale set", m.Name())
returnazure.WithTerminalError(errors.New("extension state failed. This likely means the Kubernetes node bootstrapping process failed or timed out. Check VM boot diagnostics logs to learn more"))
479
-
default:
480
-
returnnil
481
-
}
482
-
}
483
-
484
460
// AdditionalTags merges AdditionalTags from the scope's AzureCluster and AzureMachinePool. If the same key is present in both,
485
461
// the value from AzureMachinePool takes precedence.
g.Expect(err).To(MatchError("extension is still in provisioning state. This likely means that bootstrapping has not yet completed on the VM. Object will be requeued after 30s"))
g.Expect(err).To(MatchError("reconcile error that cannot be recovered occurred: extension state failed. This likely means the Kubernetes node bootstrapping process failed or timed out. Check VM boot diagnostics logs to learn more. Object will not be requeued"))
0 commit comments