Bug 1503233
| Summary: | Warning statements from `oc status` because ASB deploymentconfig has no readiness & liveness checks | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Dylan Murray <dymurray> |
| Component: | Service Broker | Assignee: | Dylan Murray <dymurray> |
| Status: | CLOSED ERRATA | QA Contact: | Zhang Cheng <chezhang> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.7.0 | CC: | aos-bugs, jmatthew, wmeng |
| Target Milestone: | --- | ||
| Target Release: | 3.7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-11-28 22:17:38 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Commits pushed to master at https://github.com/openshift/openshift-ansible https://github.com/openshift/openshift-ansible/commit/6acf9bbff6df939b26699da591dab14eaba3d6e0 Bug 1503233 - Add liveness and readiness probe checks to ASB deploymentconfig https://github.com/openshift/openshift-ansible/commit/bdf4c4de4fa7a533a7d555c3d21bc112ffa58efd Merge pull request #5783 from dymurray/readiness Bug 1503233 - Add liveness and readiness probe checks to ASB deployme… https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=611233 ansible-service-broker-1.0.11-1.el7 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:3188 |
Description of problem: We currently do not have readiness and liveness checks configured for the brokers deploymentconfig. This produces warnings in `oc status -v`. Version-Release number of selected component (if applicable): 3.7.0 How reproducible: 100% Steps to Reproduce: 1. Deploy Ansible Service Broker from template 2. Type `oc status -v` in the broker project Actual results: Info: * dc/asb has no readiness probe to verify pods are ready to accept traffic or ensure deployment is successful. try: oc set probe dc/asb --readiness ... * dc/asb has no liveness probe to verify pods are still running. try: oc set probe dc/asb --liveness ... Expected results: We get no informational events related to readiness and liveness checks