Aitozi commented on a change in pull request #17053:
URL: https://github.com/apache/flink/pull/17053#discussion_r701483653



##########
File path: 
flink-kubernetes/src/main/java/org/apache/flink/kubernetes/KubernetesClusterDescriptor.java
##########
@@ -110,10 +113,18 @@ public String getClusterDescription() {
                 // Flink client will always use Kubernetes service to contact 
with jobmanager. So we
                 // have a pre-configured web monitor address. Using 
StandaloneClientHAServices to
                 // create RestClusterClient is reasonable.
-                return new RestClusterClient<>(
-                        configuration,
-                        clusterId,
-                        new 
StandaloneClientHAServices(getWebMonitorAddress(configuration)));
+                String webMonitorAddress = getWebMonitorAddress(configuration);

Review comment:
       I made a wrong thought here, done!




-- 
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