-
Notifications
You must be signed in to change notification settings - Fork 282
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
readyness probe fails #2
Comments
the readyness and liveness require updated, I used http replace https and set the timeout as 3 second, the deployment worked well. |
Deploying on Minishift: both liveness and readiness probes failed consistently (5 attempts); see event log below. Fixed by increasing probes' timeout to 120 seconds (but looks like 2 seconds might be enough).
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I havent dug deeper into the why, but with the readyness probe enabled I was not able to deploy the app container (db worked fine)
Then I removed the readyness probe and deployment went through
The text was updated successfully, but these errors were encountered: