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
When the configured service not exists, the logged messages can be misleading.
When service discovery is set up to use a service which not exists, the following message get logged during the retires:
Couldn't connect to the Kubernetes master, [%s] retrying in %s seconds...
Based on the error message, I assumed that the API server is unaccessiable from the pod.
It's not a big deal at all, however it can lead to a few hour long debug session if your application is killed by the readiness check before the real error message get logged.
The text was updated successfully, but these errors were encountered:
When the configured service not exists, the logged messages can be misleading.
When service discovery is set up to use a service which not exists, the following message get logged during the retires:
Couldn't connect to the Kubernetes master, [%s] retrying in %s seconds...
Based on the error message, I assumed that the API server is unaccessiable from the pod.
After 10 retries I got the real error message:
Failure executing: GET at: https://kubernetes.default.svc/api/v1/namespaces/test/endpoints/test-service
Configuration:
It's not a big deal at all, however it can lead to a few hour long debug session if your application is killed by the readiness check before the real error message get logged.
The text was updated successfully, but these errors were encountered: