We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8892064 commit b9c1a52Copy full SHA for b9c1a52
DEVELOPMENT.md
@@ -266,7 +266,7 @@ The recommended minimum development configuration is:
266
267
<!-- TODO: Someone needs to validate the cluster-version-->
268
1. Create a GKE cluster (with `--cluster-version=latest` but you can use any
269
- version 1.17 or later):
+ version 1.18 or later):
270
271
```bash
272
export PROJECT_ID=my-gcp-project
@@ -284,7 +284,7 @@ The recommended minimum development configuration is:
284
--machine-type=n1-standard-4 \
285
--image-type=cos \
286
--num-nodes=1 \
287
- --cluster-version=1.17
+ --cluster-version=1.18
288
```
289
290
> **Note**: The recommended [GCE machine type](https://cloud.google.com/compute/docs/machine-types) is `'n1-standard-4'`.
0 commit comments