Skip to content

Commit

Permalink
Update pkg/controller/config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed May 29, 2024
1 parent 1f3d8b6 commit 85a4474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/controller/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ func ParseFlags() (*Configuration, error) {
argOvnNbAddr = pflag.String("ovn-nb-addr", "", "ovn-nb address")
argOvnSbAddr = pflag.String("ovn-sb-addr", "", "ovn-sb address")
argOvnTimeout = pflag.Int("ovn-timeout", 60, "The seconds to wait ovn command timeout")
argOvsDbConTimeout = pflag.Int("ovsdb-con-timeout", 20, "")
argOvsDbInactivityTimeout = pflag.Int("ovsdb-inactivity-timeout", 180, "")
argOvsDbConTimeout = pflag.Int("ovsdb-con-timeout", 20, "")
argOvsDbInactivityTimeout = pflag.Int("ovsdb-inactivity-timeout", 180, "")
argCustCrdRetryMinDelay = pflag.Int("cust-crd-retry-min-delay", 1, "The min delay seconds between custom crd two retries")
argCustCrdRetryMaxDelay = pflag.Int("cust-crd-retry-max-delay", 20, "The max delay seconds between custom crd two retries")
argKubeConfigFile = pflag.String("kubeconfig", "", "Path to kubeconfig file with authorization and master location information. If not set use the inCluster token.")
Expand Down

0 comments on commit 85a4474

Please sign in to comment.