Hello, I encountered a problem when deploying flink to k8s. When high-availability: zookeeper in flink-conf.yaml is set, a random port will be used instead of the config port. But this port is not exposed in k8s, and all taskmanager can not connect to jobmanager. How can I solve this? One solution is to use the HostNetwork, but this is not exactly what I want.
Looking forward to your kind reply. Thanks.