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
returnpodIPInfo, fmt.Errorf("not enough IPs available, waiting on Azure CNS to allocate more")
1089
1089
}
1090
1090
1091
-
logger.Printf("[AssignAvailableIPConfigs] Successfully assigned IPs for pod %+v", podInfo) //nolint:staticcheck // Todo: legacy logger usage is consistent in cns repo. Migrates when all logger usage is migrated
1091
+
// Todo: legacy logger usage is consistent in cns repo. Migrates when all logger usage is migrated
1092
+
logger.Printf(
1093
+
"[AssignAvailableIPConfigs] Successfully assigned IPs for pod %+v",
0 commit comments