morhidi commented on code in PR #217:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/217#discussion_r873853713


##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/observer/deployment/AbstractDeploymentObserver.java:
##########
@@ -112,6 +125,7 @@ protected void observeJmDeployment(
         if (JobManagerDeploymentStatus.DEPLOYED_NOT_READY == previousJmStatus) 
{
             logger.info("JobManager deployment is ready");
             
deploymentStatus.setJobManagerDeploymentStatus(JobManagerDeploymentStatus.READY);
+            observeClusterInfo(flinkApp, effectiveConfig);

Review Comment:
   v1.14, v1.15 worked fine locally, seemingly 1.13 is broken, I couldn't 
verify it locally due to missing arm64 based image. I hoped for a pass 
through..argh...



-- 
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: issues-unsubscr...@flink.apache.org

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

Reply via email to