Note Google Cloud needs of Service Cloud Installer (#13243)
This commit is contained in:
parent
13ab6992ce
commit
784201de61
|
|
@ -8,7 +8,11 @@ content_template: templates/task
|
||||||
{{% capture overview %}}
|
{{% capture overview %}}
|
||||||
{{< glossary_definition term_id="service-catalog" length="all" prepend="Service Catalog is" >}}
|
{{< 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 %}}
|
{{% /capture %}}
|
||||||
|
|
||||||
|
|
@ -29,13 +33,15 @@ Use the [Service Catalog Installer](https://github.com/GoogleCloudPlatform/k8s-s
|
||||||
{{% capture steps %}}
|
{{% capture steps %}}
|
||||||
## Install `sc` in your local environment
|
## 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
|
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
|
## Install Service Catalog in your Kubernetes cluster
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue