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

ingress is not available on IBM cloud environments with 1 worker node #64

Open
sebastiansutter opened this issue Mar 9, 2018 · 2 comments

Comments

@sebastiansutter
Copy link

the service istio-ingress does not start and produces this error:
Error on cloud load balancer a1215b42f22d611e88e8e46ee7d64121 for service istio-system/istio-ingress with UID 1215b42f-22d6-11e8-8e8e-46ee7d641213: Failed to get available cloud provider IPs for load balancer services: Clusters with one node must use services of type NodePort. See https://console.ng.bluemix.net/docs/containers/container_index.html for details.

As a consequence accessing services such as grafana, prometheus, zipkin does not work without adding additional nodeports

@szihai
Copy link
Contributor

szihai commented Mar 9, 2018

If you are using "Lite" plan it will not work since Ingress needs LB and Lite only supports Nodeport. But with a paid cluster even with 1 node it should work.

@sebastiansutter
Copy link
Author

Thanks for clarifying. It would be great to make the tutorial also executable with the lite version of IBM cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants