Bug 1509029
| Summary: | ServiceBinding reconciliation errors prevent binding from being deleted (unbindable class) | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jay Boyd <jaboyd> | |
| Component: | Service Broker | Assignee: | Jay Boyd <jaboyd> | |
| Status: | CLOSED ERRATA | QA Contact: | Zhang Cheng <chezhang> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 3.7.0 | CC: | aos-bugs, pmorie, smunilla, wsun | |
| Target Milestone: | --- | |||
| Target Release: | 3.9.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | No Doc Update | ||
| Doc Text: |
undefined
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1510153 (view as bug list) | Environment: | ||
| Last Closed: | 2018-12-13 19:26:48 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: | ||||
|
Description
Jay Boyd
2017-11-02 18:03:08 UTC
Fixed in origin with https://github.com/openshift/origin/pull/17166 I cloned this bug to 1510153 and split up the 2 error cases. Error case #1 is moved to 1510153, this bug only covers use case #2 (binding a non-bindable ClusterServiceClass). not fixed (I reproduced). Looks like this requires upstream https://github.com/kubernetes-incubator/service-catalog/pull/1526 to be fixed and vendored. Reopening. This is fixed in 3.9 MASTER.
via webconsole, create serviceinstance for Hastebin (APB).
use this ups-binding.yaml:
apiVersion: servicecatalog.k8s.io/v1beta1
kind: ServiceBinding
metadata:
name: ups-binding
namespace: proj
spec:
instanceRef:
name: dh-hastebin-apb-mwxk2
oc create -f ups-binding.yaml
oc describe servicebindings -n proj ups-binding shows the binding can not be ready and is in a ready=false status.
oc delete servicebindings -n proj ups-binding successfully deletes the binding.
I'm changing status to ON_QA since downstream image is ready for test. Remove "needinfo" label since have correct target release at present. 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/RHBA-2018:3748 |