You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+58-55Lines changed: 58 additions & 55 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,54 @@ Now we are good to go!
18
18
19
19
---
20
20
21
-
## Quickstart 快速开始
21
+
## Quickstart 快速开始(一键启动,用于测试、演示、PoC)
22
+
23
+
By default, the GKE resources will be launched in `asia-east1`, a.k.a [Taiwan](https://github.com/elasticsearch-cn/elastic-on-gke/blob/develop/bin/demo.sh#L7), region as a zonal cluster in zone-a to minimize your demo/PoC costs. Feel free to change & [choose one](https://cloud.google.com/compute/docs/regions-zones) close to you.
24
+
25
+
After that you are all set.
26
+
27
+
`./bin/demo.sh` will setup everything for you. Once completed, you should seen something similar to the following output
#### Setup your `project_id` & targeting region to deploy
33
87
@@ -42,7 +96,7 @@ For targeting region, you will need to update two files
42
96
43
97
Change the `region` variable on your choice, `asia-east1` by default.
44
98
45
-
#### Choose a predefined Elasticsearch deployment
99
+
#### Choose a predefined Elasticsearch deployment 选择一个预置的集群架构
46
100
47
101
You can later adjust all these settings to archieve your own goal. We will discuss more in [Advanced topics](https://github.com/elasticsearch-cn/elastic-on-gke#advanced-topics).
48
102
@@ -84,58 +138,7 @@ By now, in your *working directory*, you should be able to run `cat ./conf/gcs.c
84
138
85
139
---
86
140
87
-
## All in one (aio) scripts, thanks the contribution from Papaya
0 commit comments