tao12345666333 commented on code in PR #1022:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/1022#discussion_r875631265


##########
cmd/ingress/ingress.go:
##########
@@ -168,6 +168,7 @@ For example, no available LB exists in the bare metal 
environment.`)
        cmd.PersistentFlags().StringVar(&cfg.APISIX.DefaultClusterBaseURL, 
"default-apisix-cluster-base-url", "", "the base URL of admin api / manager api 
for the default APISIX cluster")
        cmd.PersistentFlags().StringVar(&cfg.APISIX.DefaultClusterAdminKey, 
"default-apisix-cluster-admin-key", "", "admin key used for the authorization 
of admin api / manager api for the default APISIX cluster")
        cmd.PersistentFlags().StringVar(&cfg.APISIX.DefaultClusterName, 
"default-apisix-cluster-name", "default", "name of the default apisix cluster")
+       cmd.PersistentFlags().Int64Var(&cfg.ApisixCacheSyncInterval, 
"apisix-cache-sync-interval", 300, "sync-time of the default 300s")

Review Comment:
   Sync time from cache to APISIX cluster. Right?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to