Skip to content

Commit

Permalink
Add GCP SB to the list of HB brokers (kyma-project#5193)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiagrz authored and nachtmaar committed Aug 5, 2019
1 parent 90968f0 commit c6eb166
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/helm-broker/01-01-helm-broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ In Kyma, you can use addons to install the following Service Brokers:

* [Azure Service Broker](/components/service-catalog/#service-brokers-azure-service-broker)
* [AWS Service Broker](/components/service-catalog/#service-brokers-aws-service-broker)
* [Google Cloud Platform Service Broker](/components/service-catalog/#service-brokers-google-cloud-platform-service-broker) (preview)

To see all addons that the Helm Broker provides, go to the [`addons`](https://github.com/kyma-project/addons) repository.

Expand Down
12 changes: 6 additions & 6 deletions docs/service-catalog/13-02-gcp-broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ title: Google Cloud Platform Service Broker
type: Service Brokers
---

>**NOTE:** This addon is not available by default in Kyma. To enable this addon add proper AddonsConfiguration as describe [here](#enable-gcp-service-broker).
>**NOTE:** This addon is in the preview mode and is not available in Kyma by default. To enable it, add a proper AddonsConfiguration as described [here](#enable-gcp-service-broker).
The Google Cloud Platform Service Broker is an open-source, [Open Service Broker](https://www.openservicebrokerapi.org/)-compatible API server that provisions managed services in the Google Cloud Platform public cloud. Kyma provides Namespace-scoped Google Cloud Platform Service Broker. In each Namespace, you can configure the Google Cloud Platform Service Broker against different subscriptions. Install the Google Cloud Platform Service Broker by provisioning the **Google Cloud Platform Service Broker** class provided by the Helm Broker.
The Google Cloud Platform (GCP) Service Broker is an open-source, [Open Service Broker](https://www.openservicebrokerapi.org/)-compatible API server that provisions managed services in the Google Cloud Platform public cloud. Kyma provides Namespace-scoped GCP Service Broker. In each Namespace, you can configure the GCP Service Broker against different subscriptions. Install the GCP Service Broker by provisioning the **Google Cloud Platform Service Broker** class provided by the Helm Broker.

![gcp broker class](./assets/gcp-class.png)

Once you provision the **Google Cloud Platform Service Broker** class, the Google Cloud Platform Service Broker classes are available in the Service Catalog view in a given Namespace.
The Google Cloud Platform Service Broker provides these Service Classes to use with the Service Catalog:
Once you provision the **Google Cloud Platform Service Broker** class, the GCP Service Broker classes are available in the **Service Catalog** view in a given Namespace.
The GCP Service Broker provides these Service Classes to use with the Service Catalog:

* Google BigQuery
* Google BigTable
Expand All @@ -35,7 +35,7 @@ For more information about the Service Brokers, see [this](#service-brokers-serv

## Enable GCP Service Broker

Google Cloud Platform Service Broker is a preview implementation and should not be used in a roduction environment. To enable Google Cloud Platform Service Broker please create the following AddonsConfiguration:
The GCP Service Broker is a preview implementation and should not be used in a production environment. To enable the GCP Service Broker, create the following AddonsConfiguration:
```
apiVersion: addons.kyma-project.io/v1alpha1
kind: AddonsConfiguration
Expand All @@ -47,4 +47,4 @@ spec:
repositories:
- url: https://github.com/kyma-project/addons/releases/download/0.7.0/index-gcp.yaml
```
Registering the addons repository url as cluster wide will make a conflict with the next release when the GCP Service Broker will be enabled by default.
>**NOTE:** If you register this addons repository URL as cluster-wide, there will be a conflict with the next release, after the GCP Service Broker is enabled by default.

0 comments on commit c6eb166

Please sign in to comment.