You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the only way to connect the api-service will be DNS (no IP-ADDR) and the default value should be kubernetes.default.svc + ${akka.discovery.kubernetes-api.pod-domain}.
Currently KubernetesApiServiceDiscovery use Cluster-IP (via environment variables) to access the k8s-api-service.
akka-management/discovery-kubernetes-api/src/main/scala/akka/discovery/kubernetes/KubernetesApiServiceDiscovery.scala
Lines 187 to 188 in f3db15a
Under Istio 1.1 this will be prevented -> istio/istio#12157
So the only way to connect the api-service will be DNS (no IP-ADDR) and the default value should be
kubernetes.default.svc + ${akka.discovery.kubernetes-api.pod-domain}
.ref #352
The text was updated successfully, but these errors were encountered: