Commit b9c1a52 1 parent 8892064 commit b9c1a52 Copy full SHA for b9c1a52
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ The recommended minimum development configuration is:
266
266
267
267
<!-- TODO: Someone needs to validate the cluster-version-->
268
268
1. Create a GKE cluster (with `--cluster-version=latest` but you can use any
269
- version 1.17 or later):
269
+ version 1.18 or later):
270
270
271
271
```bash
272
272
export PROJECT_ID=my-gcp-project
@@ -284,7 +284,7 @@ The recommended minimum development configuration is:
284
284
--machine-type=n1-standard-4 \
285
285
--image-type=cos \
286
286
--num-nodes=1 \
287
- --cluster-version=1.17
287
+ --cluster-version=1.18
288
288
```
289
289
290
290
> **Note**: The recommended [GCE machine type](https://cloud.google.com/compute/docs/machine-types) is `' n1-standard-4' `.
You can’t perform that action at this time.
0 commit comments