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
This PR #629 adds logic to determine whether or not a pod requires the addition of a Lattice readiness gate. The logic is not as performant as it could be, as it requires looping through all services in the pod's namespace, then through all routes to see if they reference the service.
Instead, we may want to investigate options for adding metadata directly to the objects (e.g. via annotation or finalizer on a service) or adding new CRDs for tracking these relationships, similar to the TargetGroupBindingLIst used by the load balancer controller.
The text was updated successfully, but these errors were encountered:
This PR #629 adds logic to determine whether or not a pod requires the addition of a Lattice readiness gate. The logic is not as performant as it could be, as it requires looping through all services in the pod's namespace, then through all routes to see if they reference the service.
Instead, we may want to investigate options for adding metadata directly to the objects (e.g. via annotation or finalizer on a service) or adding new CRDs for tracking these relationships, similar to the TargetGroupBindingLIst used by the load balancer controller.
The text was updated successfully, but these errors were encountered: