Skip to content

Commit

Permalink
swapped blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentefb committed Apr 22, 2024
1 parent f437027 commit 3be0171
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions site/content/en/docs/Installation/Creating Cluster/gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,15 @@ gcloud compute firewall-rules create gke-agones-game-server-firewall \
--description "Firewall to allow game server udp traffic"
```

### Create an Autopilot mode cluster for Agones
## Creating the cluster

Create a GKE cluster in which you'll install Agones. You can use
[GKE Standard mode](#create-a-standard-mode-cluster-for-agones)
or [GKE Autopilot mode](#create-an-autopilot-mode-cluster-for-agones).
You can read more about choosing a [cluster mode above](#choosing-a-gke-cluster-mode).

### Create an Autopilot mode cluster for Agones

1. Choose a [Release Channel]({{<ref "/docs/Guides/Best Practices/gke.md#release-channels" >}}) (Autopilot clusters must be on a Release Channel).

1. Create the cluster:
Expand All @@ -196,11 +201,6 @@ Flag explanations:
* `--release-channel`: The release channel [you chose above](#choosing-a-release-channel-and-optional-version).
* `--autoprovisioning-network-tags`: Defines the tags that will be attached to new nodes in the cluster. This is to grant access through ports via the [firewall created above](#creating-the-firewall).

## Creating the cluster

Create a GKE cluster in which you'll install Agones. You can use
[GKE Standard mode](#create-a-standard-mode-cluster-for-agones)
or [GKE Autopilot mode](#create-an-autopilot-mode-cluster-for-agones).

### Create a Standard mode cluster for Agones

Expand Down

0 comments on commit 3be0171

Please sign in to comment.