-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -163,11 +163,9 @@ To see the detailed configuration options, visit [here](https://github.com/appsc | |
If you are installing Stash on a GKE cluster, you will need cluster admin permissions to install Stash operator. Run the following command to grant admin permision to the cluster. | ||
|
||
```console | ||
# get current google identity | ||
$ gcloud info | grep Account | ||
Account: [[email protected]] | ||
|
||
$ kubectl create clusterrolebinding cluster-admin-binding --clusterrole=cluster-admin [email protected] | ||
$ kubectl create clusterrolebinding "cluster-admin-$(whoami)" \ | ||
--clusterrole=cluster-admin \ | ||
--user="$(gcloud config get-value core/account)" | ||
``` | ||
|
||
|
||
|