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
Running Istio on Bluemix Container Service with the Bookinfo demo. If I do kubectl get svc I can see that istio-ingress is assigned an external IP, but when I do kubectl get ingress the Address field is left blank. If I check the istio-ingress logs, I see:
I updated the install/kubernetes/istio-rbac-alpha.yaml to add "ingresses/status" resource to the istio-manager cluster role and the address starts being populated.