tillrohrmann commented on a change in pull request #13190:
URL: https://github.com/apache/flink/pull/13190#discussion_r473711834



##########
File path: 
flink-kubernetes/src/main/java/org/apache/flink/kubernetes/cli/KubernetesSessionCli.java
##########
@@ -88,6 +88,7 @@ public Configuration getEffectiveConfiguration(String[] args) 
throws CliArgsExce
 
        private int run(String[] args) throws FlinkException, CliArgsException {
                final Configuration configuration = 
getEffectiveConfiguration(args);
+               
KubernetesClusterClientFactory.ensureClusterIdIsSet(configuration);

Review comment:
       Hmm, yeah one should either get the `clusterId` from the user or after a 
cluster is deployed via the `ClusterClient` or `ClusterClientProvider`.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to