You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/utils/flags.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,7 @@ type OSArgs struct {
91
91
Help []bool`short:"h" long:"help" description:"show this help message"`
92
92
LocalPeerPortint64`long:"localpeer-port" default:"10000" description:"port to listen on for local peer"`
93
93
StatsBindPortint64`long:"stats-bind-port" default:"1024" description:"port to listen on for stats page"`
94
+
StatsBindThreadstring`long:"stats-bind-thread" description:"default stats service bind thread params eg: 1-1" default:""`
94
95
DefaultBackendPortint`long:"default-backend-port" description:"port to use for default service" default:"6061"`
95
96
ChannelSizeint64`long:"channel-size" description:"sets the size of controller buffers used to receive and send k8s events.NOTE: increase the value to accommodate large number of resources "`
96
97
ControllerPortint`long:"controller-port" description:"port to listen on for controller data: prometheus, pprof" default:"6060"`
0 commit comments