Skip to content

Commit

Permalink
Merge pull request #149 from ktatu/patch-1
Browse files Browse the repository at this point in the history
Update outdated cluster version in part 3.1
  • Loading branch information
mluukkai authored Nov 23, 2024
2 parents 453bb89 + eb15aec commit 8b260e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/part-3/1-introduction-to-gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ $ gcloud container clusters delete dwk-cluster --zone=europe-north1-b

And when resuming progress create the cluster back.
```console
$ gcloud container clusters create dwk-cluster --zone=europe-north1-b --cluster-version=1.22
$ gcloud container clusters create dwk-cluster --zone=europe-north1-b --cluster-version=1.29
```

Closing the cluster will also remove everything you've deployed on the cluster. So if you decide to take a days long break during an exercise, you may have to redo it. Thankfully we are using a declarative approach so continuing progress will only require you to apply the yamls.
Expand Down

0 comments on commit 8b260e0

Please sign in to comment.