Skip to content

Commit 1b3d83c

Browse files
authored
Merge pull request #2028 from geremyCohen/patch-1
Wrong name for cluster
2 parents 514e9ea + b005bbf commit 1b3d83c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/learning-paths/servers-and-cloud-computing/multiarch_ollama_on_gke/0-spin_up_gke_cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Enter the following in your command prompt (or cloud shell), and make sure to re
8787

8888
```bash
8989
export ZONE=us-central1
90-
export CLUSTER_NAME=ollama-on-multiarch
90+
export CLUSTER_NAME=ollama-on-arm
9191
export PROJECT_ID=YOUR_PROJECT_ID
9292
gcloud container clusters get-credentials $CLUSTER_NAME --zone $ZONE --project $PROJECT_ID
9393
```
@@ -110,4 +110,4 @@ Finally, test the connection to the cluster with this command:
110110
kubectl cluster-info
111111
```
112112

113-
If you receive a non-error response, you're successfully connected to the K8s cluster.
113+
If you receive a non-error response, you're successfully connected to the K8s cluster.

0 commit comments

Comments
 (0)