Skip to content

Commit 1d92c46

Browse files
committed
referenced links more
1 parent 1235acf commit 1d92c46

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

build/README.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -902,24 +902,11 @@ To be able to run the performance script located in the following path: `agones/
902902

903903
#### Install a standard GKE cluster
904904

905-
```
906-
gcloud container clusters create {CLUSTER_NAME} \
907-
--region={REGION} \
908-
--release-channel={RELEASE_CHANNEL} \
909-
--tags=game-server \
910-
--scopes=gke-default \
911-
--num-nodes={NUM_NODES} \
912-
--enable-image-streaming \
913-
--machine-type=e2-standard-4
914-
```
905+
Follow for more details here: https://agones.dev/site/docs/installation/creating-cluster/gke/
915906

916907
#### Install Agones
917908

918-
```
919-
helm repo add agones https://agones.dev/chart/stable
920-
helm repo update
921-
helm install agones --namespace agones-system --create-namespace agones/agones
922-
```
909+
Follow for more details here: https://agones.dev/site/docs/installation/install-agones/helm/
923910

924911
#### Set up node for prometheus
925912

@@ -937,8 +924,6 @@ cd agones/
937924

938925
https://agones.dev/site/docs/guides/metrics/#installation
939926

940-
Go to http://localhost:3000/
941-
942927
#### Modify the performance-test.sh
943928

944929
The performance-tests script contains a set of variables that need to be overwritten to work with your cluster and configuration settings. You can also pass these values through command line This is an example:

0 commit comments

Comments
 (0)