Skip to content
This repository was archived by the owner on May 5, 2019. It is now read-only.

Conversation

@kerneljake
Copy link

Multiple testers have failed to use the GKE Quickstart because the preceding "Redis Enterprise Chart" section will not work for a first time user. Secondly, the namespace argument is not consistent in the examples.

Multiple testers have failed to use the GKE Quickstart because the preceding "Redis Enterprise Chart" section will not work for a first time user.  Secondly, the namespace argument is not consistent in the examples.
README.md Outdated
@@ -1,5 +1,14 @@
# Redis Labs helm repository

## GKE quickstart

Choose a reason for hiding this comment

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

Rename to 'GKE and helm initialization'?

Copy link
Contributor

Choose a reason for hiding this comment

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

@kerneljake Please rename to Helm initialization on GKE,

Copy link
Author

Choose a reason for hiding this comment

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

done

password=$(gcloud container clusters describe YOUR_SETUP_NAME --zone us-central1-a | grep password | cut -d":" -f 2 | tr -d " ")
kubectl --username=admin --password=$password apply -f rbac_tiller.yaml
helm init --service-account tiller
helm install --namespace redis -n 'redis-enterprise' ./redis-enterprise
Copy link
Contributor

Choose a reason for hiding this comment

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

please delete this line - it shows up again in line 28

README.md Outdated
@@ -1,5 +1,14 @@
# Redis Labs helm repository

## GKE quickstart
Copy link
Contributor

Choose a reason for hiding this comment

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

@kerneljake Please rename to Helm initialization on GKE,

README.md Outdated
## GKE quickstart

```bash
password=$(gcloud container clusters describe YOUR_SETUP_NAME --zone us-central1-a | grep password | cut -d":" -f 2 | tr -d " ")
Copy link
Contributor

Choose a reason for hiding this comment

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

" us-central1-a" can be changed to ZONE to be more generic

Copy link
Author

Choose a reason for hiding this comment

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

done

Copy link
Contributor

@michalrabinowitch michalrabinowitch left a comment

Choose a reason for hiding this comment

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

when merging please squash and merge

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants