-
Notifications
You must be signed in to change notification settings - Fork 69
Add readiness and liveness probes #660
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
Add readiness and liveness probes #660
Conversation
/test 4.6-upgrade-tests-aws-ocp-46 For once I'd like to see upgrade test passing. |
/test 4.6-upgrade-tests-aws-ocp-46 |
@markusthoemmes all tests passed but it failed again. |
@markusthoemmes I think we can merge this one. |
I'd like the upgrade test to at least run once. Damn infra issues... /test 4.6-upgrade-tests-aws-ocp-46 |
Right now we are hitting the issue of the leader deadlock when using osdk: new pod passes Become if it becomes a leader but the old pod will not release that lock to allow that until the new pod becomes ready which will never happen (can happen after Become). Hopefully the c-r leader election mechanism will solve this, upgrade tests should pass if that is true. |
/retest |
1 similar comment
/retest |
|
/retest |
^^ Is a compile error in eventing, supposed to be fixed via openshift/knative-eventing#957. Sadly we need to wait for this as this hasn't yet tested upgradeability at this point. |
/retest Compile error is hopefully gone. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
Off you go!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markusthoemmes, skonto The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/livez
&/readyz
, exposed by c-r./cc @markusthoemmes @aliok