-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
no matches for servicecatalog.k8s.io #17642
Comments
@megian Can you tell me why you closed this issue. I got the same error. Even using |
The issue is still open, but i guess more an openshift-ansible issue. That's why I created another issue here: openshift/openshift-ansible#6377 |
Okay I see. I have the same issue with |
Reopen the issue, because it seams not only to be openshift-ansible related. |
Same issue here, any progress ? |
It seams to occur, if there is no StorageClass defined, asb-etcd in the namespace openshift-ansible-service-broker is waiting for permanent storage and does fail. This causes asb to fail and adding the resource is not possible. |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
Version
oc v3.7.0+7ed6862
kubernetes v1.7.6+a08f5eeb62
features: Basic-Auth GSSAPI Kerberos SPNEGO
Server https://master1:8443
openshift v3.7.0+7ed6862
kubernetes v1.7.6+a08f5eeb62
Steps To Reproduce
ansible-playbook -i hosts playbooks/byo/openshift-cluster/service-catalog.yml
Current Result
TASK [ansible_service_broker : Create the Broker resource in the catalog]
fatal: [master1]: FAILED! => {"changed": false, "failed": true, "msg": {"cmd": "/usr/local/bin/oc create -f /tmp/brokerout-2AWk1W -n default", "results": {}, "returncode": 1, "stderr": "error: unable to recognize "/tmp/brokerout-2AWk1W": no matches for servicecatalog.k8s.io/, Kind=ClusterServiceBroker\n", "stdout": ""}}
Expected Result
no error
The text was updated successfully, but these errors were encountered: