-
For an existent EAP user, running `$ kubectl get clusterservicebroker gcp-broker -o yaml` will return:
> apiVersion: servicecatalog.k8s.io/v1beta1
> kind: ClusterServiceBroker
> metadata:
> &nbs…
-
Created secret 'aws-secret' in 'was-service-broker' namespace.
But there is a warning in logs as below
[WARNING] - Unable to load secret 'aws-secret' from namespace ''
and the values for aws_a…
-
i am trying to create a simple demo of moleculer services to present at my workplace, i am facing 2 issues.
we use kubernetes for deployments hence each service we deploy has multiple instances ,…
-
## What version of environ?
- Kubernetes (v1.6.0, one-node)
- Service Catalog (v0.1.0-rc1)
- OS (Ubuntu 17.04)
## What happened?
I developed a new service broker called [opensds-broker](https://…
-
It's currently hard-coded to `quay.io/osb-starter-pack/servicebroker`
-
# Feature:
If you fail to deprovision a resource using the service-catalog and broker, the resource will stay in the service-catalog and you can't delete it. This forces the user to rename the resou…
-
The [Dashboard Client](https://github.com/openservicebrokerapi/servicebroker/blob/v2.13/spec.md#dashboard-client-object) section of the spec only says the id must be a non-empty string. I think it mus…
-
In the documentation , where you talk about how to load service from from [Here](http://moleculer.services/docs/service.html#service)
```JS
// Export a function, the `loadService` will call it with…
-
I created simple template and tested it in private oc cluster up. After importing to private openshift cluster (instaled by ansible) can't find the template in service catalog.
```
kind: Templat…
-
Hi all,
I propose to update the `Context` type definition to be parametrized over `` where P is the type of the params prop and M is the type of the meta prop.
Namely:
```typescript
class Cont…