Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessing kubernetes-api via Cluster-IP failed (under Istio 1.1) #490

Closed
thomschke opened this issue Feb 28, 2019 · 1 comment
Closed

Accessing kubernetes-api via Cluster-IP failed (under Istio 1.1) #490

thomschke opened this issue Feb 28, 2019 · 1 comment
Milestone

Comments

@thomschke
Copy link
Contributor

Currently KubernetesApiServiceDiscovery use Cluster-IP (via environment variables) to access the k8s-api-service.

host <- sys.env.get(settings.apiServiceHostEnvName)
portStr <- sys.env.get(settings.apiServicePortEnvName)

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

@thomschke
Copy link
Contributor Author

istio/istio#12157 is fixed (since Istio 1.1.0-rc.2)

@chbatey chbatey added this to the invalid milestone Nov 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants