From 8f66f76a1cbb81e1aeaec8692f39435828d10fab Mon Sep 17 00:00:00 2001 From: paulb-seldon <141156400+paulb-seldon@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:35:42 +0000 Subject: [PATCH] Add 1.27 K8s to compatible versions --- doc/source/reference/upgrading.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/source/reference/upgrading.md b/doc/source/reference/upgrading.md index b9ec0dd294..90ae70fce0 100644 --- a/doc/source/reference/upgrading.md +++ b/doc/source/reference/upgrading.md @@ -26,16 +26,16 @@ This is because as part of making Seldon Core compatible with Kubernetes 1.25 we Following table provides a summary of Seldon Core / Kubernetes version compatibility for recent version of Seldon Core. -| Core Version \ K8s Version | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | -|-----------------------------|-----:|-----:|-----:|-----:|-----:|-----:| -| 1.11 | ✓ | | | | | | -| 1.12 | ✓ | ✓ | ✓ | ✓ | | | -| 1.13 | ✓ | ✓ | ✓ | ✓ | | | -| 1.14 | ✓ | ✓ | ✓ | ✓ | | | -| 1.15 | ✓ | ✓ | ✓ | ✓ | | | -| 1.16 | | | ✓ | ✓ | ✓ | ✓ | -| 1.17 | | | ✓ | ✓ | ✓ | ✓ | -| 1.18 | | | ✓ | ✓ | ✓ | ✓ | +| Core Version \ K8s Version | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 | +|-----------------------------|-----:|-----:|-----:|-----:|-----:|-----:|-----:| +| 1.11 | ✓ | | | | | | | +| 1.12 | ✓ | ✓ | ✓ | ✓ | | | | +| 1.13 | ✓ | ✓ | ✓ | ✓ | | | | +| 1.14 | ✓ | ✓ | ✓ | ✓ | | | | +| 1.15 | ✓ | ✓ | ✓ | ✓ | | | | +| 1.16 | | | ✓ | ✓ | ✓ | ✓ | ✓ | +| 1.17 | | | ✓ | ✓ | ✓ | ✓ | ✓ | +| 1.18 | | | ✓ | ✓ | ✓ | ✓ | ✓ | It is always recommended to first upgrade Seldon Core to the latest supported version on your Kubernetes cluster and then upgrade the Kubernetes cluster.