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
Describe the bug
Ambassador appears to retrieve Envoy's statistics before it's running. This causes WARNING-level log entries like:
WARNING: EnvoyStats.update failed: HTTPConnectionPool(host='127.0.0.1', port=8001): Max retries exceeded with url: /stats (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f329c1ddc88>: Failed to establish a new connection: [Errno 111] Connection refused',))
(Originally discussed in #1203, requested for reporting individual issue as per comments.)
To Reproduce
Steps to reproduce the behavior:
Deploy Ambassador 0.50.1 without any Services for it.
Read logs.
Find errors about not being able to reach Envoy's /stats.
Expected behavior
No attempt to read Envoy stats if it hasn't started Envoy.
Versions (please complete the following information):
Ambassador: 0.50.1
Kubernetes environment not really relevant
Version not really relevant
The text was updated successfully, but these errors were encountered:
Describe the bug
Ambassador appears to retrieve Envoy's statistics before it's running. This causes WARNING-level log entries like:
(Originally discussed in #1203, requested for reporting individual issue as per comments.)
To Reproduce
Steps to reproduce the behavior:
Service
s for it./stats
.Expected behavior
No attempt to read Envoy stats if it hasn't started Envoy.
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: