Skip to content

Commit b9c1a52

Browse files
committed
Document how to use the kind tool and the Tekton/plumbing convenience script
1 parent 8892064 commit b9c1a52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEVELOPMENT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ The recommended minimum development configuration is:
266266
267267
<!-- TODO: Someone needs to validate the cluster-version-->
268268
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):
270270
271271
```bash
272272
export PROJECT_ID=my-gcp-project
@@ -284,7 +284,7 @@ The recommended minimum development configuration is:
284284
--machine-type=n1-standard-4 \
285285
--image-type=cos \
286286
--num-nodes=1 \
287-
--cluster-version=1.17
287+
--cluster-version=1.18
288288
```
289289
290290
> **Note**: The recommended [GCE machine type](https://cloud.google.com/compute/docs/machine-types) is `'n1-standard-4'`.

0 commit comments

Comments
 (0)