mirror of https://github.com/knative/docs.git
Add the Istio cluster-role-binding to :everything. (#295)
Add the Istio cluster-role-binding to :everything.
This commit is contained in:
parent
0c4f86b875
commit
5016471aae
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue