You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/install.md
+8-15
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,13 @@ This guide explains how to install Tekton Pipelines. It covers the following top
12
12
13
13
## Before you begin
14
14
15
+
1. You must have a Kubernetes cluster running version 1.16 or later.
16
+
17
+
If you don't already have a cluster, you can create one for testing with `kind`.
18
+
[Install `kind`](https://kind.sigs.k8s.io/docs/user/quick-start/#installation) and create a cluster by running [`kind create cluster`](https://kind.sigs.k8s.io/docs/user/quick-start/#creating-a-cluster). This
19
+
will create a cluster running locally, with RBAC enabled and your user granted
20
+
the `cluster-admin` role.
21
+
15
22
1. Choose the version of Tekton Pipelines you want to install. You have the following options:
16
23
17
24
***[Official](https://github.com/tektoncd/pipeline/releases)** - install this unless you have
@@ -21,21 +28,7 @@ This guide explains how to install Tekton Pipelines. It covers the following top
21
28
***[`HEAD`]** - this is the bleeding edge. It contains unreleased code that may result
22
29
in unpredictable behavior. To get started, see the [development guide](https://github.com/tektoncd/pipeline/blob/master/DEVELOPMENT.md) instead of this page.
23
30
24
-
2. If you don't have an existing Kubernetes cluster, set one up, version 1.16 or later:
25
-
26
-
```bash
27
-
#Example command for creating a cluster on GKE
28
-
gcloud container clusters create $CLUSTER_NAME \
29
-
--zone=$CLUSTER_ZONE --cluster-version=latest
30
-
```
31
-
32
-
3. Grant `cluster-admin` permissions to the current user:
1. Grant `cluster-admin` permissions to the current user.
39
32
40
33
See [Role-based access control](https://cloud.google.com/kubernetes-engine/docs/how-to/role-based-access-control#prerequisites_for_using_role-based_access_control)
0 commit comments