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/api-spec.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ This document makes reference in a few places to different profiles for Tekton i
42
42
43
43
The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “NOT RECOMMENDED”, “MAY”, and “OPTIONAL” are to be interpreted as described in [RFC 2119](https://tools.ietf.org/html/rfc2119).
44
44
45
-
There is no formal specification of the Kubernetes API and Resource Model. This document assumes Kubernetes 1.17 behavior; this behavior will typically be supported by many future Kubernetes versions. Additionally, this document may reference specific core Kubernetes resources; these references may be illustrative (i.e. an implementation on Kubernetes) or descriptive (i.e. this Kubernetes resource MUST be exposed). References to these core Kubernetes resources will be annotated as either illustrative or descriptive.
45
+
There is no formal specification of the Kubernetes API and Resource Model. This document assumes Kubernetes 1.18 behavior; this behavior will typically be supported by many future Kubernetes versions. Additionally, this document may reference specific core Kubernetes resources; these references may be illustrative (i.e. an implementation on Kubernetes) or descriptive (i.e. this Kubernetes resource MUST be exposed). References to these core Kubernetes resources will be annotated as either illustrative or descriptive.
Copy file name to clipboardexpand all lines: docs/install.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,14 @@ This guide explains how to install Tekton Pipelines. It covers the following top
22
22
23
23
## Before you begin
24
24
25
-
1. You must have a Kubernetes cluster running version 1.17 or later.
25
+
1. You must have a Kubernetes cluster running version 1.18 or later.
26
26
27
27
If you don't already have a cluster, you can create one for testing with `kind`.
28
28
[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
29
29
will create a cluster running locally, with RBAC enabled and your user granted
30
30
the `cluster-admin` role.
31
31
32
-
1. If you want to support high availability usecases, install a [Metrics Server](https://github.com/kubernetes-sigs/metrics-server) on your cluster.
32
+
1. If you want to support high availability usecases, install a [Metrics Server](https://github.com/kubernetes-sigs/metrics-server) on your cluster.
33
33
34
34
1. Choose the version of Tekton Pipelines you want to install. You have the following options:
35
35
@@ -355,7 +355,7 @@ not running.
355
355
disabled (`"false"`), which means it is disallowed to use the
356
356
`bundle` field.
357
357
358
-
-`disable-creds-init` - set this flag to `"true"` to [disable Tekton's built-in credential initialization](auth.md#disabling-tektons-built-in-auth)
358
+
-`disable-creds-init` - set this flag to `"true"` to [disable Tekton's built-in credential initialization](auth.md#disabling-tektons-built-in-auth)
359
359
and use Workspaces to mount credentials from Secrets instead.
360
360
The default is `false`. For more information, see the [associated issue](https://github.com/tektoncd/pipeline/issues/3399).
361
361
@@ -397,7 +397,7 @@ Features currently in "alpha" are:
397
397
If you want to run Tekton Pipelines in a way so that webhooks are resiliant against failures and support
398
398
high concurrency scenarios, you need to run a [Metrics Server](https://github.com/kubernetes-sigs/metrics-server) in
399
399
your Kubernetes cluster. This is required by the [Horizontal Pod Autoscalers](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/)
400
-
to compute replica count.
400
+
to compute replica count.
401
401
402
402
See [HA Support for Tekton Pipeline Controllers](./enabling-ha.md) for instructions on configuring
403
403
High Availability in the Tekton Pipelines Controller.
0 commit comments