diff --git a/network/benchmarks/netperf/launch.go b/network/benchmarks/netperf/launch.go index 1d71654941..9fbbb8453a 100644 --- a/network/benchmarks/netperf/launch.go +++ b/network/benchmarks/netperf/launch.go @@ -266,8 +266,6 @@ func createRCs(ctx context.Context, c *kubernetes.Clientset) bool { Ports: []api.ContainerPort{{ContainerPort: orchestratorPort}}, Args: []string{ "--mode=orchestrator", - fmt.Sprintf("--testFrom=%d", testFrom), - fmt.Sprintf("--testTo=%d", testTo), }, ImagePullPolicy: "Always", },