-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
depends_on with health checks (requires compose.yml v3) #106
Comments
Yes, within a pod you can use |
Thank you , i forgot i can use only v2 compose directives so no heath check conditions in depends_on
|
Ah, yes, that would be a nice thing to support. Is it v3 only? |
Yes , it's v3 only |
Right now, we support multiple versions of v2, but we don't really have any APIs for supporting v3, and I'm not even sure how I should handle v2 and v3 support. Migrate everything to v3 internally when we load it, maybe? Hmm. |
I don't know why i was under the impression that it's only in v3 , seems like i was mistaken |
Hi,
Can you have dependencies between services in a pod ?
like serviceA should start before serviceB where both services are in the same yaml file
The text was updated successfully, but these errors were encountered: