We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febccb3 commit 8daa459Copy full SHA for 8daa459
controllers/metal3.io/host_state_machine.go
@@ -291,6 +291,10 @@ func (hsm *hostStateMachine) ensureRegistered(info *reconcileInfo) (result actio
291
// We haven't yet reached the Registration state, so don't attempt
292
// to register the Host.
293
return
294
+ case metal3v1alpha1.StateMatchProfile:
295
+ // We don't call the provisioner in this state, so there is no point
296
+ // in checking the registration.
297
+ return
298
case metal3v1alpha1.StateDeleting:
299
// In the deleting state the whole idea is to de-register the host
300
0 commit comments