-
Notifications
You must be signed in to change notification settings - Fork 22
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
Tigergraph: update AWS EKS instructions #132
Conversation
tigergraph/k8s/README.md
Outdated
|
||
```bash | ||
On GKE | ||
``` | ||
git clone https://github.com/tigergraph/ecosys.git | ||
cd ecosys/k8s | ||
./tg gke kustomize -s 2 --pv 280 --cpu 30 --mem 200 -l [license string] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update it as well. The only difference is to replace eks with gke.
tigergraph/k8s/README.md
Outdated
|
||
1. Make sure to put your own service key file in ```tigergraph/``` folder | ||
|
||
Service key file with view only permission can be provided to auditor upon request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to have this sentence.
This repo is for public. You can say, our bucket is public, and any google cloud service key is able to access the data. To create service key, refer to Google Cloud documentation.
tigergraph/k8s/README.md
Outdated
@@ -14,48 +14,91 @@ Pre-requisites are | |||
Create [GKE container cluster](https://cloud.google.com/sdk/gcloud/reference/container/clusters/create) specifying machine type, number of nodes, disk size and disk type. For example, | |||
|
|||
```bash | |||
gcloud container clusters create snb-bi-tg --machine-type n2-highmem-32 --num-nodes=2 --disk-size 300 --disk-type=pd-ssd | |||
gcloud container clusters create snb-bi-tg --machine-type n2-highmem-32 --num-nodes=4 --disk-size 700 --disk-type=pd-ssd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a note that it takes long time.
No description provided.