Skip to content

Commit

Permalink
Update docs to specify k8s version 1.15 or greater
Browse files Browse the repository at this point in the history
Fixes tektoncd#517

Triggers now requires kubernetes version 1.15 or higher; this PR updates
the docs to reflect this.
  • Loading branch information
Brandon Walker authored and tekton-robot committed Apr 6, 2020
1 parent 14fbd97 commit e79fe5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ configuring Kubernetes resources.
Docker for Desktop using an edge version has been proven to work for both
developing and running Pipelines. The recommended configuration is:

- Kubernetes version 1.11 or later
- Kubernetes version 1.15 or later
- 4 vCPU nodes (`n1-standard-4`)
- Node autoscaling, up to 3 nodes
- API scopes for cloud-platform
Expand All @@ -110,7 +110,7 @@ To setup a cluster with GKE:
variable (e.g. `PROJECT_ID`).

1. Create a GKE cluster (with `--cluster-version=latest` but you can use any
version 1.11 or later):
version 1.15 or later):

```bash
export PROJECT_ID=my-gcp-project
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Use this page to add the component to an existing Kubernetes cluster.

## Pre-requisites

1. A Kubernetes cluster version 1.11 or later (_if you don't have an existing
1. A Kubernetes cluster version 1.15 or later (_if you don't have an existing
cluster_):

```bash
Expand Down

0 comments on commit e79fe5a

Please sign in to comment.