Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create cluster-admin rolebinding #569

Merged
merged 4 commits into from
Sep 30, 2017
Merged

Create cluster-admin rolebinding #569

merged 4 commits into from
Sep 30, 2017

Conversation

andraxylia
Copy link
Contributor

Added instructions specific to GKE.

@istio-testing
Copy link
Contributor

Jenkins job istio.github.io/presubmit passed

@andraxylia andraxylia self-assigned this Sep 29, 2017
@istio-testing
Copy link
Contributor

Jenkins job istio.github.io/presubmit passed

credentials for kubectl:
2. Grant cluster admin permissions to the current user - admin permissions are required to create the necessary RBAC rules for Istio:
```bash
kubectl create clusterrolebinding cluster-admin-binding --clusterrole=cluster-admin --user=$(gcloud config get-value core/account)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems overly indented.. shouldn't it start from the same column as backtick?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup, the indentation is wrong everywhere.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks fine everywhere except here as far as I can see

Copy link
Member

@ldemailly ldemailly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved but why not fix the indent in the new green section - also this assumes you looked at it with jekyll

credentials for kubectl:
2. Grant cluster admin permissions to the current user - admin permissions are required to create the necessary RBAC rules for Istio:
```bash
kubectl create clusterrolebinding cluster-admin-binding --clusterrole=cluster-admin --user=$(gcloud config get-value core/account)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks fine everywhere except here as far as I can see

@istio-testing
Copy link
Contributor

Jenkins job istio.github.io/presubmit passed

Copy link
Member

@ldemailly ldemailly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx

@istio-testing
Copy link
Contributor

Jenkins job istio.github.io/presubmit passed

@istio-testing
Copy link
Contributor

Jenkins job istio.github.io/presubmit passed

@ldemailly ldemailly merged commit 46896e4 into master Sep 30, 2017
@ldemailly
Copy link
Member

merged so I can close
istio/old_issues_repo#4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants