Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

docs: updated the supported versions table #1655

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion content/docs/install/k8s-support/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,16 @@ Keptn versions are expressed as `x.y.z`, where `x` is the major version, `y` is
* **Control & Execution plane**: Keptn control plane including all Keptn-services for continuous delivery and automated operations. Install option: `keptn install --use-case=continuous-delivery`

<!-- use https://www.tablesgenerator.com/markdown_tables# for editing -->

| Keptn Version /<br>Installation | Kubernetes | AKS | EKS | GKE | OpenShift | K3s | Minishift |
|-----------------------------------------------------------|:-----------:|:-------------------------:|:-------------------------:|:-------------:|:-----------:|:-----------:|:------------------------|
| **0.18.x**, **0.19.x** / <br>Control & Execution plane<br>*see: (1)* | 1.24 - 1.17 | 1.24 - 1.19 | 1.24 - 1.19 | 1.24 - 1.19 | 4, 3.11 | 1.24 - 1.19 | 1.34.2<br>(K8s: 1.11) |
| **0.18.x**, **0.19.x** / <br>Control plane | 1.24 - 1.17 | 1.24 - 1.19 | 1.24 - 1.19 | 1.24 - 1.19 | 4, 3.11 | 1.24 - 1.19 | 1.34.2<br>(K8s: 1.11) |

| Keptn Version /<br>Installation | Kubernetes | AKS | EKS | GKE | OpenShift | K3s | Minishift |
|-----------------------------------------------------------|:-----------:|:-------------------------:|:-------------------------:|:-------------:|:-----------:|:-----------:|:------------------------|
| **1.y.z** / <br>Control & Execution plane<br>*see: (1)* | 1.22 - 1.17 | 1.22 - 1.19 | 1.22 - 1.19 | 1.22 - 1.19 | 4, 3.11 | 1.22 - 1.19 | 1.34.2<br>(K8s: 1.11) |
| **1.y.z** / <br>Control plane | 1.22 - 1.17 | 1.22 - 1.19 | 1.22 - 1.19 | 1.22 - 1.19 | 4, 3.11 | 1.22 - 1.19 | 1.34.2<br>(K8s: 1.11) |

**Remarks:**

* (1): Requires sufficient resources (e.g., >= 8 vCPUs and 14 GB memory for deploying sockshop in multiple stages) depending on your use-case and workloads.
Expand Down