-
Does this only work with OpenShift? Will it work with pure Kubernetes? Are there plans for it to work with Kubernetes?
-
OpenShift 3.9 uses Daemon Sets so, instead of:
```
oc edit deployment controller-manager -n kube-service-catalog
```
it should be (with 'ds'):
```
oc edit ds controller-manager -n kube-se…
-
Hello, I am interested in using your starter-pack to implement a service broker in kubernetes. I followed the instructions and I am getting the following error:
```
ubuntu@cf-broker-master:~/go/src/…
-
Hello! Super excited by this work, and am experimenting with it both in a personal and a professional capacity. However, Helm doesn't seem to be able to deploy third party resources, though `$ kubectl…
-
-
Hi,
Every now-and-then I get the following error (in the OnError event).
Do you either have an idea where this comes from, or a suggestion where I can start debugging?
Thanks,
Erik
Queue conta…
-
# Async Binding Implementation Design
In anticipation of async bindings making it into the OSB API spec, I'd like to get a jump on an initial implementation and wanted to toss some proposals out th…
-
According to https://github.com/openservicebrokerapi/servicebroker/pull/431
-
While rebasing https://github.com/pmorie/osb-starter-pack/pull/92 I hit several issues:
* even with authenticate set to false, we still include the new authInfo in the broker.yaml - I think the ch…
-
# Problem
The [context](https://github.com/openservicebrokerapi/servicebroker/blob/v2.13/spec.md#body-4) field was introduced with OSB Spec 2.13.
## Details
The OSB implementation today covers p…