We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e32527 commit 4e4d9c2Copy full SHA for 4e4d9c2
1 file changed
cmd/main.go
@@ -38,8 +38,8 @@ func main() {
38
"Enable leader election for controller manager. "+
39
"Enabling this will ensure there is only one active controller manager.")
40
flag.IntVar(&resyncSeconds, "resync-seconds", 300, "Resync duration in seconds.")
41
- flag.StringVar(&refreshInterval, "refresh-interval", "20s", "Refresh interval duration")
42
- flag.StringVar(&processingTimeout, "processing-timeout", "10s", "Maximum amount of time to spend trying to process queue item")
+ flag.StringVar(&refreshInterval, "refresh-interval", "1m", "Refresh interval duration")
+ flag.StringVar(&processingTimeout, "processing-timeout", "1m", "Maximum amount of time to spend trying to process queue item")
43
flag.StringVar(&consoleUrl, "console-url", "", "the url of the console api to fetch services from")
44
flag.StringVar(&deployToken, "deploy-token", "", "the deploy token to auth to console api with")
45
flag.StringVar(&clusterId, "cluster-id", "", "the id of the cluster being connected to")
0 commit comments