wangyang0918 commented on pull request #14692: URL: https://github.com/apache/flink/pull/14692#issuecomment-763706950
cc @tillrohrmann I have updated this PR. After this change, we could start a Flink application/session cluster on K8s native inside/outside the K8s cluster when using `ClusterIP`. And we will have the following logs in client side. ``` ... ... 2021-01-20 23:10:21,045 WARN org.apache.flink.kubernetes.KubernetesClusterDescriptor [] - Please note that Flink client operation(e.g. cancel, list, stop, savepoint, etc.) won't work from outside the Kubernetes cluster. 2021-01-20 23:10:21,338 INFO org.apache.flink.kubernetes.KubernetesClusterDescriptor [] - Create flink application cluster k8s-ha-app-1 successfully, JobManager Web Interface: http://k8s-ha-app-1-rest.default:8081 ``` ---------------------------------------------------------------- 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]
