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
If we have them, then we should be using them in the registry / router generators. Both should not return true until the members are ready to be in rotation.
The text was updated successfully, but these errors were encountered:
#5892 partially addresses this by adding liveness probe to docker-registry. I'll build on top of it to add readiness checks to both registry and route pods.
@smarterclayton we can do it by checking the router itself - aka check port 80/443. Currently, we have a liveness probe for haproxy and can add a readiness one which is same/similar.
However, the waiting for members to be ready in rotation will probably not work for the router case ... won't be correct to wait for multiple routes + multiple backends to all be available as some routes might be slow getting available aka the drools case and shouldn't affect the availability of other routes. Note to self: need to check if there's something we can use for readiness/liveness checks for F5.
Both should have those set up by default.
@ramr @pweil- @miminar
If we have them, then we should be using them in the registry / router generators. Both should not return true until the members are ready to be in rotation.
The text was updated successfully, but these errors were encountered: