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
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
The tracer-svc pod is responsible for serving the REST API in a Kubernetes context. On its startup, a logic for discovery of all tracer-node pods is triggered. Usually it takes some time these pods to be discovered. If an API request is received before discovering of the tracer-node pods, that request cannot be served.
Add a readiness probe of tracer-svc pod, so that the pod should not be in ready state until thetracer-node pods are discovered.
The text was updated successfully, but these errors were encountered:
The
tracer-svc
pod is responsible for serving the REST API in a Kubernetes context. On its startup, a logic for discovery of alltracer-node
pods is triggered. Usually it takes some time these pods to be discovered. If an API request is received before discovering of thetracer-node
pods, that request cannot be served.Add a readiness probe of
tracer-svc
pod, so that the pod should not be in ready state until thetracer-node
pods are discovered.The text was updated successfully, but these errors were encountered: