From 784201de6102585f610b7681895300e17bcc00a7 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Wed, 27 Mar 2019 14:28:59 +0000 Subject: [PATCH] Note Google Cloud needs of Service Cloud Installer (#13243) --- .../install-service-catalog-using-sc.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/content/en/docs/tasks/service-catalog/install-service-catalog-using-sc.md b/content/en/docs/tasks/service-catalog/install-service-catalog-using-sc.md index 63ddb5c376..2a50ca2ff8 100644 --- a/content/en/docs/tasks/service-catalog/install-service-catalog-using-sc.md +++ b/content/en/docs/tasks/service-catalog/install-service-catalog-using-sc.md @@ -8,7 +8,11 @@ content_template: templates/task {{% capture overview %}} {{< glossary_definition term_id="service-catalog" length="all" prepend="Service Catalog is" >}} -Use the [Service Catalog Installer](https://github.com/GoogleCloudPlatform/k8s-service-catalog#installation) tool to easily install or uninstall Service Catalog on your Kubernetes cluster. This CLI tool is installed as `sc` in your local environment. +You can use the GCP [Service Catalog Installer](https://github.com/GoogleCloudPlatform/k8s-service-catalog#installation) +tool to easily install or uninstall Service Catalog on your Kubernetes cluster, linking it to +Google Cloud projects. + +Service Catalog itself can work with any kind of managed service, not just Google Cloud. {{% /capture %}} @@ -29,13 +33,15 @@ Use the [Service Catalog Installer](https://github.com/GoogleCloudPlatform/k8s-s {{% capture steps %}} ## Install `sc` in your local environment -Install the `sc` CLI tool using the `go get` command: +The installer runs on your local computer as a CLI tool named `sc`. -```Go +Install using `go get`: + +```shell go get github.com/GoogleCloudPlatform/k8s-service-catalog/installer/cmd/sc ``` -After running the above command, `sc` should be installed in your `GOPATH/bin` directory. +`sc` should now be installed in your `GOPATH/bin` directory. ## Install Service Catalog in your Kubernetes cluster