Add the Istio cluster-role-binding to :everything. (#295)

Add the Istio cluster-role-binding to :everything.
This commit is contained in:
Nghia Tran 2018-03-06 13:57:38 -08:00 committed by GitHub
parent 0c4f86b875
commit 5016471aae
1 changed files with 12 additions and 0 deletions

View File

@ -63,6 +63,12 @@ To use a k8s cluster running in GKE:
--user=$GCP_USER
```
1. Add to your .bashrc:
```shell
# When using GKE, the K8s user is your GCP user.
export K8S_USER_OVERRIDE=$GCP_USER
```
## Minikube
1. [Install and configure
@ -164,6 +170,12 @@ necessary if you are not using public Elafros and Build images._
done
```
1. Add to your .bashrc:
```shell
# When using Minikube, the K8s user is your local user.
export K8S_USER_OVERRIDE=$USER
```
Use the same procedure to add imagePullSecrets to service accounts in any
namespace. Use the `default` service account for pods that do not specify a
service account.