We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66b2f9 commit 8825bb6Copy full SHA for 8825bb6
cns/restserver/ipam.go
@@ -1061,7 +1061,7 @@ func (service *HTTPRestService) AssignAvailableIPConfigs(podInfo cns.PodInfo) ([
1061
return podIPInfo, fmt.Errorf("not enough IPs available, waiting on Azure CNS to allocate more")
1062
}
1063
1064
- logger.Printf("[AssignDesiredIPConfigs] Successfully assigned IPs for pod %+v", podInfo)
+ logger.Printf("[AssignAvailableIPConfigs] Successfully assigned IPs for pod %+v", podInfo)
1065
return podIPInfo, nil
1066
1067
0 commit comments