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
returnerrors.Wrap(retErr, fmt.Sprintf("[Azure CNS] Failed to retrieve SupportedApis from NMagent of node %s with Infrastructure Network: %s PrivateEndpoint: %s",
363
-
nodeID, infraVnet, dncEP))
364
-
}
365
-
366
-
// To avoid any null-pointer de-referencing errors.
returnerrors.Wrap(err, fmt.Sprintf("[Azure CNS] Failed to register node %s after maximum reties for an hour with Infrastructure Network: %s PrivateEndpoint: %s",
379
-
nodeID, infraVnet, dncEP))
380
-
}
381
-
382
-
// sendRegisterNodeRequest func helps in registering the node until there is an error.
returnerrors.Wrap(retErr, fmt.Sprintf("[Azure CNS] Failed to retrieve SupportedApis from NMagent of node %s with Infrastructure Network: %s PrivateEndpoint: %s",
40
+
nodeID, infraVnet, dncEP))
41
+
}
42
+
43
+
// To avoid any null-pointer de-referencing errors.
returnerrors.Wrap(err, fmt.Sprintf("[Azure CNS] Failed to register node %s after maximum reties for an hour with Infrastructure Network: %s PrivateEndpoint: %s",
56
+
nodeID, infraVnet, dncEP))
57
+
}
58
+
59
+
// sendRegisterNodeRequest func helps in registering the node until there is an error.
0 commit comments