Update Service Catalog docs to meet style guidelines (#7341)

* Update Service Catalog docs to meet style guidelines

* Address stevepe's comments

* Remove full-links to cluster operator and application developer in glossary
This commit is contained in:
Andrew Chen
2018-02-22 15:08:43 -08:00
committed by k8s-ci-robot
parent 66303082b7
commit 0f178d4632
4 changed files with 48 additions and 50 deletions
@@ -52,7 +52,7 @@ svc-cat/catalog 0.0.1 service-catalog API server and controller-manag...
Your Kubernetes cluster must have RBAC enabled, which requires your Tiller Pod(s) to have `cluster-admin` access.
If you are using {% glossary_tooltip text="Minikube" term_id="minikube" %}, run the `minikube start` command with the following flag:
If you are using Minikube, run the `minikube start` command with the following flag:
```shell
minikube start --extra-config=apiserver.Authorization.Mode=RBAC