File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,8 +155,8 @@ func main() {
155
155
flag .IntVar (& nodeWorkerCount , "node-mgr-workers" , 10 , "The number of node workers" )
156
156
flag .IntVar (& userClientQPS , "user-client-qps" , 12 , "The user client QPS rate" )
157
157
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" )
160
160
// API Server QPS & burst
161
161
// Use the same values as default client (https://github.com/kubernetes-sigs/controller-runtime/blob/main/pkg/client/config/config.go#L85)
162
162
flag .IntVar (& apiServerQPS , "apiserver-qps" , 20 , "The API server client QPS rate" )
You can’t perform that action at this time.
0 commit comments