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
{{ message }}
This repository was archived by the owner on May 5, 2025. It is now read-only.
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
Copy file name to clipboardExpand all lines: docs/guides/installation-tce.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
## Installation
9
9
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.
11
11
12
12
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.
1. Install Knative Serving following the [Installing Knative Serving using YAML files](https://knative.dev/docs/admin/install/serving/install-serving-with-yaml/) instructions.
1. Wait until the pods have started before proceeding.
@@ -33,8 +33,8 @@ kubectl get pods -n knative-serving
33
33
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.
1. Verify the pods have started before proceeding.
@@ -64,8 +64,8 @@ kubectl --namespace contour-external get service envoy
64
64
1. Install Knative Eventing following the [Installing Knative Eventing using YAML files](https://knative.dev/docs/admin/install/eventing/install-eventing-with-yaml/) instructions.
Copy file name to clipboardExpand all lines: docs/guides/installation.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ These four steps are highlighted below. The first two steps (i.e Access to a Kub
18
18
19
19
The Knative project is a dependency of TriggerMesh, install it using the instructions in the [Knative documentation](https://knative.dev/docs/admin/install/)
20
20
21
-
* A Kubernetes cluster version `v1.21+`
22
-
* Knative `v1.0.0+`
21
+
* A Kubernetes cluster version `v1.22+`
22
+
* Knative `v1.4.0+`
23
23
24
24
If you are using VMware's [Tanzu Community Edition](https://tanzucommunityedition.io/), please refer to the [Installation for Tanzu Community Edition](installation-tce.md).
0 commit comments