Bikramdeep Singh
Bikramdeep Singh
After switching over to kubecf, we feel there is a need to build a tool for developers which would make changing, building, deploying and testing changes in BOSH releases consumed...
I am trying to provision databases using [KubeDB](https://github.com/appscode/kubedb) via [service-broker](https://github.com/appscode/service-broker) in [SUSE Cloud Foundry](https://github.com/SUSE/scf) environment and till now seen success in registering the broker with `cf` and listing sevices/plans being...
Currently, the service broker is generating its own CA and cert which is presented while communicating with any client trying to communicate with the broker: https://github.com/appscode/service-broker/blob/master/chart/service-broker/templates/cluster-service-broker.yaml#L1-L5 This means that the...
## Issue Currently, there are too many options users have to provide in order to do db service instance provisioning eg: ``` { "metadata": { "labels": { "app": "my-mysql" }...
**Describe the bug** Some tests in SITs are currently skipping: ``` Ran 3 of 11 Specs in 92.877 seconds SUCCESS! -- 3 Passed | 0 Failed | 0 Flaked |...
**Describe the bug** We are seeing issues in pipeline where updates to PRs are not triggering new builds. This is mostly happening in cases where the PRs are old. **To...
**Is your feature request related to a problem? Please describe.** Parent Issue: https://github.com/SUSE/kubecf/issues/220 This task requires following pipelines to be moved to upstream repo: - [cf-deployment](https://github.com/SUSE/cf-ci/tree/develop/kubecf-build-pipelines/cf-deployment) **Describe the solution you'd...