Re: Using ClusterIP with KubernetesHAServicesFactory

2021-01-18 Thread Kevin Kwon
Thanks Yang, I'll track the ticket as well from now on. On Mon, Jan 18, 2021 at 9:56 AM Yang Wang wrote: > 1. Why do you get the UnknownHostException when the service exposed type > is ClusterIP? > The root cause is that ClusterIP is meant to be accessed only in the K8s > cluster. So you will

Re: Using ClusterIP with KubernetesHAServicesFactory

2021-01-18 Thread Yang Wang
1. Why do you get the UnknownHostException when the service exposed type is ClusterIP? The root cause is that ClusterIP is meant to be accessed only in the K8s cluster. So you will get the UnknownHostException out of the K8s cluster. We already have a ticket here[1] and will try to improve the

Re: Using ClusterIP with KubernetesHAServicesFactory

2021-01-17 Thread Kevin Kwon
Ok it seems that this check is ran by the K8S CLI which in my case runs in a CICD cluster If this check should happen, I'd like to override this value with the ingress address Is there a way I can override the rest address that the K8S CLI taps on? On Fri, Jan 15, 2021 at 7:55 PM Kevin Kwon

Using ClusterIP with KubernetesHAServicesFactory

2021-01-15 Thread Kevin Kwon
Hi team, I have some concerns using ClusterIP with Kubernetes Native Deployment with KubernetesHAServiceFactory for High Availability It seems that the KubernetesHAServicesFactory taps on the Service of the the Flink K8S Native Cluster to access the JobManager's availability, although I have some