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 8825bb6 commit a46f838Copy full SHA for a46f838
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("[AssignAvailableIPConfigs] Successfully assigned IPs for pod %+v", podInfo)
+ logger.Printf("[AssignAvailableIPConfigs] Successfully assigned IPs for pod %+v", podInfo) //nolint:staticcheck
1065
return podIPInfo, nil
1066
1067
0 commit comments