Skip to content

Commit 8fa0d12

Browse files
AlanGreenetekton-robot
authored andcommitted
Update walkthroughs to pin Kubernetes version
Pin Kubernetes version in the walkthroughs to v1.21 since there are a number of breaking changes in v1.22 (e.g. Ingress) that are incompatible with other tools used in the walkthroughs, in particular minio and the logging-operator in the logs persistence walkthrough. The latest Pipelines releases are compatible with v1.21. In future these walkthroughs will be rewritten for inclusion with the other Dashboard docs on the website. At that point we will need to update them to newer versions of the tools, find alternatives, or restructure these docs to avoid reliance on specific releases.
1 parent 33a9dc0 commit 8fa0d12

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

docs/walkthrough/walkthrough-kind.md

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ The first thing to do is to create a Kubernetes cluster.
2828

2929
Kind is an easy solution to run a local cluster, all it needs is to have `docker` installed.
3030

31+
This walkthrough has been tested on Kind v0.14 with Kubernetes v1.21.
32+
3133
Create a cluster by running the following command:
3234

3335
```bash
@@ -36,6 +38,7 @@ kind: Cluster
3638
apiVersion: kind.x-k8s.io/v1alpha4
3739
nodes:
3840
- role: control-plane
41+
image: kindest/node:v1.21.12@sha256:f316b33dd88f8196379f38feb80545ef3ed44d9197dca1bfd48bcb1583210207
3942
kubeadmConfigPatches:
4043
- |
4144
kind: InitConfiguration

docs/walkthrough/walkthrough-logs.md

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Then, you will create a service to serve those logs and will plug the Tekton Das
3131

3232
## Installing a working Tekton Dashboard locally from scratch
3333

34+
This walkthrough has been tested on Kind v0.14 with Kubernetes v1.21.
35+
3436
If you didn't follow the [Tekton Dashboard walk-through with Kind](./walkthrough-kind.md) yet, start there to get a local cluster with a working Tekton Dashboard installed.
3537

3638
The following steps will focus on collecting, storing and serving pod logs to finally plug the logs service on the Tekton Dashboard.

docs/walkthrough/walkthrough-oauth2-proxy.md

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ The picture below illustrates the deployed components and interactions between t
3535

3636
## Installing a working Tekton Dashboard locally from scratch
3737

38+
This walkthrough has been tested on Kind v0.14 with Kubernetes v1.21.
39+
3840
If you didn't follow the [Tekton Dashboard walk-through with Kind](./walkthrough-kind.md) yet, start there to get a local cluster with a working Tekton Dashboard installed.
3941

4042
The following steps will focus on getting `oauth2-proxy` installed in your cluster and securing the Tekton Dashboard `Ingress`.

0 commit comments

Comments
 (0)