Skip to content
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

Unable to Create Service binding #3

Open
codevulture opened this issue Dec 12, 2017 · 2 comments
Open

Unable to Create Service binding #3

codevulture opened this issue Dec 12, 2017 · 2 comments

Comments

@codevulture
Copy link

Service Binding failed, Can someone suggest a workaround or fix for following issue.

apiVersion: v1
items:
- apiVersion: servicecatalog.k8s.io/v1beta1
  kind: ServiceBinding
  metadata:
    creationTimestamp: 2017-12-12T07:30:25Z
    finalizers:
    - kubernetes-incubator/service-catalog
    generation: 1
    name: mariadb-binding
    namespace: test-ns-mariadb
    resourceVersion: "43"
    selfLink: /apis/servicecatalog.k8s.io/v1beta1/namespaces/test-ns-mariadb/servicebindings/mariadb-binding
    uid: 5233160e-df0e-11e7-99c9-0242ac110005
  spec:
    externalID: c121364c-9a73-4b62-a4e5-3b61f0beb097
    instanceRef:
      name: mariadb-instance
    secretName: mariadb-binding
  status:
    asyncOpInProgress: false
    conditions:
    - lastTransitionTime: 2017-12-12T07:30:26Z
      message: 'Bind call failed. Error creating ServiceBinding for ServiceInstance
        "test-ns-mariadb/mariadb-instance" of ClusterServiceClass (K8S: "3533e2f0-6335-4a4e-9d15-d7c0b90b75b5"
        ExternalName: "mariadb") at ClusterServiceBroker "mariadb-broker": Status:
        400; ErrorMessage: <nil>; Description: <nil>; ResponseError: <nil>'
      reason: BindCallFailed
      status: "False"
      type: Ready
    - lastTransitionTime: 2017-12-12T07:30:26Z
      message: 'Error creating ServiceBinding for ServiceInstance "test-ns-mariadb/mariadb-instance"
        of ClusterServiceClass (K8S: "3533e2f0-6335-4a4e-9d15-d7c0b90b75b5" ExternalName:
        "mariadb") at ClusterServiceBroker "mariadb-broker": Status: 400; ErrorMessage:
        <nil>; Description: <nil>; ResponseError: <nil>'
      reason: ServiceBindingReturnedFailure
      status: "True"
      type: Failed
    orphanMitigationInProgress: false
    reconciledGeneration: 1
    unbindStatus: Required
@prydonius
Copy link
Owner

@codevulture this is most likely out-of-date with the latest and greatest versions of the Service Catalog, I've been meaning to look back on this but haven't yet found the time. I'll update this when I do get around to it!

@codevulture
Copy link
Author

@prydonius : Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants