Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 956135c

Browse files
author
Sameer Naik
authored
k8s 1.21 has reach end-of-life (#295)
k8s 1.21 has reached end of life and knative now requires k8s 1.22 and above. This commit updates the minimum k8s and knative requirements to reflect this change
1 parent 5a15cbc commit 956135c

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

docs/guides/installation-helm.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ $ helm install -n triggermesh triggermesh triggermesh/triggermesh --create-names
1313
```
1414

1515
## Prerequisites
16-
- Kubernetes 1.21+
16+
- Kubernetes 1.22+
1717
- Helm 3.0+
18-
- Knative v1.0.0+
18+
- Knative v1.4.0+
1919

2020
## Installing the Chart
2121

docs/guides/installation-tce.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Installation
99

10-
This guide walks you through the deployment of Knative version 1.0.0 [using YAML files](https://knative.dev/docs/admin/install/serving/install-serving-with-yaml/). Please refer to the upstream Knative [documentation](https://knative.dev/docs/install/) for other deployment options.
10+
This guide walks you through the deployment of Knative version 1.4.0 [using YAML files](https://knative.dev/docs/admin/install/serving/install-serving-with-yaml/). Please refer to the upstream Knative [documentation](https://knative.dev/docs/install/) for other deployment options.
1111

1212
1. Follow the [Getting Started with Tanzu Community Edition](https://tanzucommunityedition.io/docs/latest/getting-started-standalone/) installation instructions and create your Tanzu cluster on your platform of choice.
1313

@@ -20,8 +20,8 @@ kubectl config use-context <STANDALONE-CLUSTER-NAME>-admin@<STANDALONE-CLUSTER-N
2020
1. Install Knative Serving following the [Installing Knative Serving using YAML files](https://knative.dev/docs/admin/install/serving/install-serving-with-yaml/) instructions.
2121

2222
```bash
23-
kubectl apply -f https://github.com/knative/serving/releases/download/knative-v1.0.2/serving-crds.yaml
24-
kubectl apply -f https://github.com/knative/serving/releases/download/knative-v1.0.2/serving-core.yaml
23+
kubectl apply -f https://github.com/knative/serving/releases/download/knative-v1.4.0/serving-crds.yaml
24+
kubectl apply -f https://github.com/knative/serving/releases/download/knative-v1.4.0/serving-core.yaml
2525
```
2626

2727
1. Wait until the pods have started before proceeding.
@@ -33,8 +33,8 @@ kubectl get pods -n knative-serving
3333
1. The version of Contour provided with the Tanzu Community Edition package repository is older than the version of `knative-serving` we have installed, so install it from YAML as well.
3434

3535
```bash
36-
kubectl apply -f https://github.com/knative-sandbox/net-contour/releases/download/knative-v1.0.0/contour.yaml
37-
kubectl apply -f https://github.com/knative-sandbox/net-contour/releases/download/knative-v1.0.0/net-contour.yaml
36+
kubectl apply -f https://github.com/knative-sandbox/net-contour/releases/download/knative-v1.4.0/contour.yaml
37+
kubectl apply -f https://github.com/knative-sandbox/net-contour/releases/download/knative-v1.4.0/net-contour.yaml
3838
```
3939

4040
1. Verify the pods have started before proceeding.
@@ -64,8 +64,8 @@ kubectl --namespace contour-external get service envoy
6464
1. Install Knative Eventing following the [Installing Knative Eventing using YAML files](https://knative.dev/docs/admin/install/eventing/install-eventing-with-yaml/) instructions.
6565

6666
```bash
67-
kubectl apply -f https://github.com/knative/eventing/releases/download/knative-v1.0.3/eventing-crds.yaml
68-
kubectl apply -f https://github.com/knative/eventing/releases/download/knative-v1.0.3/eventing-core.yaml
67+
kubectl apply -f https://github.com/knative/eventing/releases/download/knative-v1.4.2/eventing-crds.yaml
68+
kubectl apply -f https://github.com/knative/eventing/releases/download/knative-v1.4.2/eventing-core.yaml
6969
```
7070

7171
1. Verify your installation.

docs/guides/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ These four steps are highlighted below. The first two steps (i.e Access to a Kub
1818

1919
The Knative project is a dependency of TriggerMesh, install it using the instructions in the [Knative documentation](https://knative.dev/docs/admin/install/)
2020

21-
* A Kubernetes cluster version `v1.21+`
22-
* Knative `v1.0.0+`
21+
* A Kubernetes cluster version `v1.22+`
22+
* Knative `v1.4.0+`
2323

2424
If you are using VMware's [Tanzu Community Edition](https://tanzucommunityedition.io/), please refer to the [Installation for Tanzu Community Edition](installation-tce.md).
2525

0 commit comments

Comments
 (0)