Skip to content

Commit 97b2074

Browse files
committed
fix ipamd test
1 parent 983020b commit 97b2074

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/aws-k8s-agent/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func _main() int {
159159
}
160160

161161
// Pool manager
162-
go ipamContext.StartNodeIPPoolManager()
162+
go ipamContext.StartNodeIPPoolManager(context.Background())
163163

164164
if !utils.GetBoolAsStringEnvVar(envDisableMetrics, false) {
165165
// Prometheus metrics

0 commit comments

Comments
 (0)