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 Jul 25, 2022. It is now read-only.
I believe currently the way we decide that something is ready is we look to see if there is a replica set >1?
This usually works, but some of the time tests will fail because the app isn't totally up yet.
We should probably be pinging an endpoint to make sure the app is fully up. If a user is using a readiness/liveness probe, we could probably get that info from the deploymentConfig that is returned in the object of stuff. Or maybe they can pass in a url that can be ping'd
The text was updated successfully, but these errors were encountered:
I believe currently the way we decide that something is ready is we look to see if there is a replica set >1?
This usually works, but some of the time tests will fail because the app isn't totally up yet.
We should probably be pinging an endpoint to make sure the app is fully up. If a user is using a readiness/liveness probe, we could probably get that info from the deploymentConfig that is returned in the object of stuff. Or maybe they can pass in a url that can be ping'd
The text was updated successfully, but these errors were encountered: