Skip to content

Commit

Permalink
Update README.md (istio#2239)
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Update README.md

**What this PR does / why we need it**:

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
none
```
  • Loading branch information
yutongz authored and istio-merge-robot committed Dec 19, 2017
1 parent 756ef09 commit 5945447
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ gcloud container clusters get-credentials ${CLUSTER_NAME} --zone ${ZONE} --proje

## Step 3: Create Clusterrolebinding
```
kubectl create clusterrolebinding myname-cluster-admin-binding --clusterrole=cluster-admin --user="[email protected]"
kubectl create clusterrolebinding myname-cluster-admin-binding --clusterrole=cluster-admin --user="<user_email>"
```
* user_email should be the one you use to log in gcloud command. You can do `gcloud info` to find out current user info.


## Step 4: Export test script variables

Expand Down

0 comments on commit 5945447

Please sign in to comment.