Skip to content

Commit 7df1d7a

Browse files
author
Mustafa Erdinc Zorba
committed
Remove wrong arguments from netperf RS
1 parent 01b80c5 commit 7df1d7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

network/benchmarks/netperf/launch.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,6 @@ func createRCs(ctx context.Context, c *kubernetes.Clientset) bool {
266266
Ports: []api.ContainerPort{{ContainerPort: orchestratorPort}},
267267
Args: []string{
268268
"--mode=orchestrator",
269-
fmt.Sprintf("--testFrom=%d", testFrom),
270-
fmt.Sprintf("--testTo=%d", testTo),
271269
},
272270
ImagePullPolicy: "Always",
273271
},

0 commit comments

Comments
 (0)