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
imc.logger.Warnf("Instance manager pod %v is in phase %s, updating the instance manager state from %s to error", im.Name, pod.Status.Phase, im.Status.CurrentState)
imc.logger.Infof("Instance manager %v is state %s rather than running hence the setting is considered as not synced while the pod is considered as not running", im.Name, im.Status.CurrentState)
returnfalse, false, false, errors.Wrapf(err, "cannot get pod for instance manager %v", im.Name)
713
717
}
714
718
ifpod==nil {
719
+
imc.logger.Infof("Pod for instance manager %v is nil hence the setting is considered as not synced while the pod is considered as not running", im.Name)
0 commit comments