Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

pass in a url to wait on #11

Open
lholmquist opened this issue Apr 2, 2018 · 2 comments
Open

pass in a url to wait on #11

lholmquist opened this issue Apr 2, 2018 · 2 comments
Assignees
Labels

Comments

@lholmquist
Copy link
Contributor

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

@lholmquist lholmquist added the enhancement New feature or request label Apr 2, 2018
@lance lance added the backlog label Apr 4, 2018
@lance lance self-assigned this Apr 18, 2018
@lance
Copy link
Contributor

lance commented May 1, 2018

@lholmquist
Copy link
Contributor Author

that would be nice, lets see how it works

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants