Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cns/restserver/ipam.go
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@
return podIPInfo, fmt.Errorf("not enough IPs available, waiting on Azure CNS to allocate more")
}

logger.Printf("[AssignDesiredIPConfigs] Successfully assigned IPs for pod %+v", podInfo)
logger.Printf("[AssignAvailableIPConfigs] Successfully assigned IPs for pod %+v", podInfo) //nolint:staticcheck

Check failure on line 1064 in cns/restserver/ipam.go

View workflow job for this annotation

GitHub Actions / Lint (1.22.x, ubuntu-latest)

whyNoLint: include an explanation for nolint directive (gocritic)

Check failure on line 1064 in cns/restserver/ipam.go

View workflow job for this annotation

GitHub Actions / Lint (1.22.x, windows-latest)

whyNoLint: include an explanation for nolint directive (gocritic)

Check failure on line 1064 in cns/restserver/ipam.go

View workflow job for this annotation

GitHub Actions / Lint (1.23.x, windows-latest)

whyNoLint: include an explanation for nolint directive (gocritic)
return podIPInfo, nil
}

Expand Down
Loading