Bug 1507598
Summary: | Ordinary users are not able to update ServiceInstance | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Qixuan Wang <qixuan.wang> |
Component: | Service Broker | Assignee: | Matthew Staebler <mstaeble> |
Status: | CLOSED ERRATA | QA Contact: | Qixuan Wang <qixuan.wang> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.7.0 | CC: | aos-bugs, pmorie, qixuan.wang |
Target Milestone: | --- | ||
Target Release: | 3.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: |
undefined
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2017-11-28 22:20:01 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
Qixuan Wang
2017-10-30 16:45:22 UTC
Can you clarify whether this cluster was created with oc cluster up, or the ansible installer? This is for "oc cluster up": https://github.com/openshift/origin/pull/17134 Will update bug status once ansible portion is verified. Tested on OCP(openshift v3.7.0-0.196.0, kubernetes v1.7.6+a08f5eeb62, etcd 3.2.8, brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/ose-service-catalog:v3.7.0-0.196.0.0, brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/ose-ansible-service-broker:v3.7.0-0.196.0.0) The bug verification is blocked by this: https://bugzilla.redhat.com/show_bug.cgi?id=1509558 Here is the test result: [root@qwang_laptop qwang]# oc get pod NAME READY STATUS RESTARTS AGE postgresql-1-jfd2b 1/1 Running 0 9m [root@qwang_laptop qwang]# oc get serviceinstance NAME KIND rh-rhscl-postgresql-apb-r5p4c ServiceInstance.v1beta1.servicecatalog.k8s.io [root@qwang_laptop qwang]# oc edit serviceinstance rh-rhscl-postgresql-apb-r5p4c the provided version "servicecatalog.k8s.io/v1beta1" has no relevant versions: group servicecatalog.k8s.io has not been registered no matches for servicecatalog.k8s.io/, Kind=ServiceInstance Sorry, with oc v3.7.0-0.196.0, the bug has been fixed, thanks. Ignore comment 6 please. [root@qwang_laptop qwang]# oc edit serviceinstance rh-rhscl-postgresql-apb-r5p4c serviceinstance "rh-rhscl-postgresql-apb-r5p4c" edited 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 |