spoon-lz commented on a change in pull request #18119: URL: https://github.com/apache/flink/pull/18119#discussion_r775865574
########## File path: flink-kubernetes/src/main/java/org/apache/flink/kubernetes/entrypoint/KubernetesSessionClusterEntrypoint.java ########## @@ -36,13 +42,48 @@ public KubernetesSessionClusterEntrypoint(Configuration configuration) { super(configuration); } + private int blobPort; + @Override protected DispatcherResourceManagerComponentFactory createDispatcherResourceManagerComponentFactory(Configuration configuration) { return DefaultDispatcherResourceManagerComponentFactory.createSessionComponentFactory( KubernetesResourceManagerFactory.getInstance()); } + @Override + protected void updateBlobPort(int port) { Review comment: application mode also supports -- 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