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 ge
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 beha
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 wro
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