From e8abb82b3cfdbe5f21dd2af4c47dd9da361957af Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Fri, 5 Jan 2024 13:54:39 -0500 Subject: [PATCH] Add k8s 1.26 and 1.27 compatibility --- .../1-installation/3-kubernetes/5-compatibility.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/content/documentation/pages/1-installation/3-kubernetes/5-compatibility.md b/content/documentation/pages/1-installation/3-kubernetes/5-compatibility.md index 5810d87f..5f51f2d9 100644 --- a/content/documentation/pages/1-installation/3-kubernetes/5-compatibility.md +++ b/content/documentation/pages/1-installation/3-kubernetes/5-compatibility.md @@ -18,10 +18,9 @@ release versions. The following listing outlines the compatibility between Spring Cloud Data Flow for Kubernetes Server and Kubernetes versions: -| | k8s 1.18.x | k8s 1.19.x | k8s 1.20.x | k8s 1.21.x | k8s 1.22.x | k8s 1.23.x | k8s 1.24.x | k8s 1.25.x | -|-----------------------------------------------|:----------:|:----------:|:----------:|:-----------:|:----------:|:----------:|:----------:|:----------:| -| SCDF K8S Server: 2.11.x - K8S Deployer: 2.9.x | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | -| SCDF K8S Server: 2.10.x - K8S Deployer: 2.8.x | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | -| SCDF K8S Server: 2.9.x - K8S Deployer: 2.7.x | ✅ | ✅ | ✅ | ✅ | ✅ | `?` | `?` | ❌ | -| SCDF K8S Server: 2.8.x - K8S Deployer: 2.7.x | ✅ | ✅ | `?` | `?` | `?` | `?` | `?` | ❌ | - +| | k8s 1.18.x | k8s 1.19.x | k8s 1.20.x | k8s 1.21.x | k8s 1.22.x | k8s 1.23.x | k8s 1.24.x | k8s 1.25.x | k8s 1.26.x | k8s 1.27.x | +| --------------------------------------------- | :--------: | :--------: | :--------: | :--------: | :--------: | :--------: | :--------: | :--------: | :--------: | :--------: | +| SCDF K8S Server: 2.11.x - K8S Deployer: 2.9.x | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| SCDF K8S Server: 2.10.x - K8S Deployer: 2.8.x | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | +| SCDF K8S Server: 2.9.x - K8S Deployer: 2.7.x | ✅ | ✅ | ✅ | ✅ | ✅ | `?` | `?` | ❌ | ❌ | ❌ | +| SCDF K8S Server: 2.8.x - K8S Deployer: 2.7.x | ✅ | ✅ | `?` | `?` | `?` | `?` | `?` | ❌ | ❌ | ❌ |