Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Update README for case sensitivity bug #222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Before installing Service Catalog atop Kubernetes cluster, you need to ensure fo
```bash
kubectl create clusterrolebinding cluster-admin-binding --clusterrole=cluster-admin --user=<user-name>
```
_Note: The email provided to --user is case sensitive. Some older guides specify using `gcloud config get-value account`, which lowercases the email address._
- [gcloud](https://cloud.google.com/sdk/) should be installed and configured with following
commands in order to be used by the `sc` to configure the Service Broker.
```bash
Expand Down