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

Tigergraph: update AWS EKS instructions #132

Merged
merged 8 commits into from
Nov 8, 2022
Merged

Tigergraph: update AWS EKS instructions #132

merged 8 commits into from
Nov 8, 2022

Conversation

trumanWangtg
Copy link
Contributor

No description provided.

tigergraph/k8s/README.md Show resolved Hide resolved

```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]
Copy link
Contributor

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.


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.
Copy link
Contributor

@yuchenZhangTG yuchenZhangTG Nov 7, 2022

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 Show resolved Hide resolved
@@ -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
Copy link
Contributor

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.

@yuchenZhangTG yuchenZhangTG merged commit b1cfebc into ldbc:main Nov 8, 2022
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.

2 participants