astefanutti commented on code in PR #3163:
URL: https://github.com/apache/camel-k/pull/3163#discussion_r841459428


##########
pkg/cmd/operator.go:
##########
@@ -40,16 +41,18 @@ func newCmdOperator() (*cobra.Command, *operatorCmdOptions) 
{
        cmd.Flags().Int32("health-port", 8081, "The port of the health 
endpoint")
        cmd.Flags().Int32("monitoring-port", 8080, "The port of the metrics 
endpoint")
        cmd.Flags().Bool("leader-election", true, "Use leader election")
+       cmd.Flags().String("leader-election-id", platform.OperatorLockName, 
"Use the given id as leader election discriminator")

Review Comment:
   nit: "Use the given ID as the leader election Lease name"



-- 
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: dev-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to