zhijiangW commented on a change in pull request #10496: [FLINK-15153]Service
selector needs to contain jobmanager component label
URL: https://github.com/apache/flink/pull/10496#discussion_r355866830
##########
File path:
flink-kubernetes/src/main/java/org/apache/flink/kubernetes/cli/KubernetesCliOptions.java
##########
@@ -46,15 +44,16 @@ public static Option getOptionWithPrefix(Option option,
String shortPrefix, Stri
.longOpt("clusterId")
.required(false)
.hasArg(true)
-
.desc(KubernetesConfigOptions.CLUSTER_ID.description().toString())
+ .desc("The cluster id that will be used for flink cluster. If
it's not set, the client will generate " +
Review comment:
nit: remove `that`,
....`used for identifying the unique flink cluster`?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services