diff --git a/test/e2e/framework/util.go b/test/e2e/framework/util.go index 49b6ee13abd..30be1db09c9 100644 --- a/test/e2e/framework/util.go +++ b/test/e2e/framework/util.go @@ -469,9 +469,9 @@ func ProxyMode(f *Framework) (string, error) { HostNetwork: true, Containers: []v1.Container{ { - Name: "detector", - Image: AgnHostImage, - Command: []string{"pause"}, + Name: "detector", + Image: AgnHostImage, + Args: []string{"pause"}, }, }, },