Bikramdeep Singh

Results 19 comments of Bikramdeep Singh

> What do you folks think? > I think we need something similar, question is, if adding it to `make kubecf-clean` (such as here) or add a new `make kubecf-clobber`...

I am seeing the same issue when trying to make this request directly using `curl` e.g: I am able to successfully list catalog services, using the following request: ``` curl...

``` { "instance_id": "97a3a018-e2d6-4a00-b5f2-6b894e5b74f9", "accepts_incomplete": true, "service_id": "938a70c5-f2bc-4658-82dd-566bed7797e9", "plan_id": "1fd1abf1-e8e1-44a2-8214-bf0fd1ce9417", "organization_guid": "d3cb4596-5d10-44e4-9998-c3419aa44963", "space_guid": "e2f4db2b-ba07-4ece-8993-bc0a2277913b", "parameters": { "metadata": { "labels": { "app": "my-mysql" } }, "spec": { "storage": { "accessModes": [...

I0305 00:04:29.469603 1 apisurface.go:209] Unable to retrieve originating identity - unable to find originating identity ``` { "instance_id": "1b0538e0-c8d8-43be-8362-2f44ff72bf5a", "accepts_incomplete": true, "service_id": "938a70c5-f2bc-4658-82dd-566bed7797e9", "plan_id": "1fd1abf1-e8e1-44a2-8214-bf0fd1ce9417" } I0305 00:04:29.469721 1 broker.go:124]...

[appscode_pod.log](https://github.com/appscode/service-broker/files/2928761/appscode_pod.log)

## For Namespace: Here's how its handled in [minibroker](https://github.com/osbkit/minibroker): https://github.com/osbkit/minibroker/commit/c93033f5386e2a2f1f439da9363db8160688db64#diff-55aca6fb74ac953881309c295ee9441e In case the namespace is provided then use it otherwise use the default namespace(which is most likely the namespace where...

Getting the following error while trying to `create-service`: ``` $ cf create-service mysql mysql mysql-example-svc Creating service instance mysql-example-svc in org org / space space as admin... FAILED Server error,...

Thanks @tamalsaha for pointing that out, I installed the `KubeDB` operator and re-triggered the `create-service` command and now seeing following error message: ``` $ cf create-service mysql mysql mysql-example-svc Creating...

I see, also tried my `demo-mysql`, here's the output: ``` $ cf create-service mysql demo-mysql mysql-example-svc Creating service instance mysql-example-svc in org org / space space as admin... FAILED Server...

After following your comments I am able to get `create-service` up and running. I can also see the pods spawning in the default namespace which was the expected behavior. Thanks,...