lingsamuel commented on code in PR #1595:
URL:
https://github.com/apache/apisix-ingress-controller/pull/1595#discussion_r1091620832
##########
cmd/ingress/ingress.go:
##########
@@ -192,6 +192,7 @@ For example, no available LB exists in the bare metal
environment.`)
cmd.PersistentFlags().StringVar(&cfg.APISIX.DefaultClusterName,
"default-apisix-cluster-name", "default", "name of the default apisix cluster")
cmd.PersistentFlags().DurationVar(&cfg.ApisixResourceSyncInterval.Duration,
"apisix-resource-sync-interval", 300*time.Second, "interval between syncs in
seconds. Default value is 300s.")
cmd.PersistentFlags().StringVar(&cfg.PluginMetadataConfigMap,
"plugin-metadata-cm", "plugin-metadata-config-map", "ConfigMap name of plugin
metadata.")
+ cmd.PersistentFlags().BoolVar(&cfg.DisableStatus, "disable-status",
false, "Disable resource status updates")
Review Comment:
`disable-crd-status`? I think the "disable" contains "disable update".
--
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]