Skip to content

Commit

Permalink
Changing version to latest
Browse files Browse the repository at this point in the history
If we use latest, we won't have to update the version regularly.
  • Loading branch information
dinagraves authored and tekton-robot committed Sep 8, 2020
1 parent f6e2878 commit 3dbfe8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This guide explains how to install Tekton Pipelines. It covers the following top
```bash
#Example command for creating a cluster on GKE
gcloud container clusters create $CLUSTER_NAME \
--zone=$CLUSTER_ZONE --cluster-version=1.16.13-gke.1
--zone=$CLUSTER_ZONE --cluster-version=latest
```

3. Grant `cluster-admin` permissions to the current user:
Expand Down

0 comments on commit 3dbfe8d

Please sign in to comment.