Bug 1612048 - Should not return `no kind "ClusterServiceBroker"` errors
Summary: Should not return `no kind "ClusterServiceBroker"` errors
Keywords:
Status: CLOSED DUPLICATE of bug 1610255
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Master
Version: 3.11.0
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: ---
: 3.11.0
Assignee: Michal Fojtik
QA Contact: Xingxing Xia
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-08-03 10:48 UTC by Jian Zhang
Modified: 2018-08-06 11:39 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-08-06 11:39:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jian Zhang 2018-08-03 10:48:50 UTC
Description of problem:
Still return below errors even if the ClusterServiceBroker resource has already created succeed.
error: no kind "ClusterServiceBroker" is registered for version "servicecatalog.k8s.io/v1beta1" in scheme "k8s.io/kubernetes/pkg/api/legacyscheme/scheme.go:29"

Version-Release number of selected component (if applicable):
[root@ip-172-18-14-168 ~]# oc version
oc v3.11.0-0.10.0
kubernetes v1.11.0+d4cacc0
features: Basic-Auth GSSAPI Kerberos SPNEGO

Server https://ip-172-18-14-168.ec2.internal:8443
openshift v3.11.0-0.10.0
kubernetes v1.11.0+d4cacc0


How reproducible:
always

Steps to Reproduce:
1. Create the ClusterServiceBroker via below command:
oc new-app --file=https://raw.githubusercontent.com/openshift-qe/v3-testfiles/master/svc-catalog/ups-broker-template.yaml


Actual results:
[root@ip-172-18-14-168 ~]# oc new-app --file=https://raw.githubusercontent.com/openshift-qe/v3-testfiles/master/svc-catalog/ups-broker-template.yaml
warning: Cannot find git. Ensure that it is installed and in your path. Git is required to work with git repositories.
--> Deploying template "kube-service-catalog/ups-broker" for "https://raw.githubusercontent.com/openshift-qe/v3-testfiles/master/svc-catalog/ups-broker-template.yaml" to project kube-service-catalog

     * With parameters:
        * UPS_BROKER_PROJECT=kube-service-catalog

--> Creating resources ...
    service "ups-broker" created
    deployment.apps "ups-broker" created
    clusterservicebroker.servicecatalog.k8s.io "ups-broker" created
--> Success
error: no kind "ClusterServiceBroker" is registered for version "servicecatalog.k8s.io/v1beta1" in scheme "k8s.io/kubernetes/pkg/api/legacyscheme/scheme.go:29"


Expected results:
Should not return the `no kind "ClusterServiceBroker"` errors.

Additional info:

Comment 1 Xingxing Xia 2018-08-06 01:49:28 UTC
Seems same as bug 1610255

Comment 2 Michal Fojtik 2018-08-06 11:39:16 UTC

*** This bug has been marked as a duplicate of bug 1610255 ***


Note You need to log in before you can comment on or make changes to this bug.