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 f23c883 commit 34d3e5bCopy full SHA for 34d3e5b
cns/restserver/ipam.go
@@ -939,7 +939,7 @@ func (service *HTTPRestService) AssignAvailableIPConfigs(podInfo cns.PodInfo) ([
939
return podIPInfo, fmt.Errorf("not enough IPs available, waiting on Azure CNS to allocate more")
940
}
941
942
- logger.Printf("[AssignDesiredIPConfigs] Successfully assigned IPs for pod %+v", podInfo)
+ logger.Printf("[AssignAvailableIPConfigs] Successfully assigned IPs for pod %+v", podInfo)
943
return podIPInfo, nil
944
945
0 commit comments