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
I encountered an Issue after I ran helm install --name demo charts/hollywood.
Services like grafana, zipkin, mysql, prometheus came up pretty quickly. However, actors, gateway and images are throwing below exception.
Exception:
Readiness probe failed: Get http://172.17.0.10:8080/application/status: dial tcp 172.17.0.10:8080: getsockopt: connection refused
The text was updated successfully, but these errors were encountered:
You would need to see what prevents the actors or images to start. Try running kubectl describe pod demo-hollywood-actors-68d68ffd74-mj76r and look for status messages at the bottom there.
I encountered an Issue after I ran helm install --name demo charts/hollywood.
Services like grafana, zipkin, mysql, prometheus came up pretty quickly. However, actors, gateway and images are throwing below exception.
Exception:
Readiness probe failed: Get http://172.17.0.10:8080/application/status: dial tcp 172.17.0.10:8080: getsockopt: connection refused
The text was updated successfully, but these errors were encountered: