-
Notifications
You must be signed in to change notification settings - Fork 2
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
Figure out Injection of Envoy SideCars with current Pods #31
Comments
The current issue is if you run
you get this result
|
A possible solution for this could be to edit all the YAML files and enter a name: field inside the port: fields to name every port this could possibly resolve this issue |
Even that might not solve the problem because the issue seems to be with the LodeBalancer type which we are currently using instead of NodePort type for the services. |
Automatic sidecar injection is working perfectly, the only reason we were not able to access kiali dashboard was istio services are by default of type Loadbalancer, which needed to be changed to NodePort in the yaml file. |
As Istio has been installed on Jetsream instance, it has been setup with the default namespace with auto envoy sidecar injection mode enabled such that, whenever a pod is re/deployed or re/started it would be injected with an Envoy sidecar
The text was updated successfully, but these errors were encountered: