Skip to content

Commit 06fa8a9

Browse files
committed
update flag names
1 parent 755bc49 commit 06fa8a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ func main() {
155155
flag.IntVar(&nodeWorkerCount, "node-mgr-workers", 10, "The number of node workers")
156156
flag.IntVar(&userClientQPS, "user-client-qps", 12, "The user client QPS rate")
157157
flag.IntVar(&userClientBurst, "user-client-burst", 18, "The user client burst limit")
158-
flag.IntVar(&instanceClientQPS, "instance-qps", 12, "The instance client QPS rate")
159-
flag.IntVar(&instanceClientBurst, "instance-burst", 18, "The instance client burst limit")
158+
flag.IntVar(&instanceClientQPS, "instance-client-qps", 12, "The instance client QPS rate")
159+
flag.IntVar(&instanceClientBurst, "instance-client-burst", 18, "The instance client burst limit")
160160
// API Server QPS & burst
161161
// Use the same values as default client (https://github.com/kubernetes-sigs/controller-runtime/blob/main/pkg/client/config/config.go#L85)
162162
flag.IntVar(&apiServerQPS, "apiserver-qps", 20, "The API server client QPS rate")

0 commit comments

Comments
 (0)