From 619198bd0babbd78bbfb45581d7395b3f8cc2991 Mon Sep 17 00:00:00 2001 From: paulb-seldon <141156400+paulb-seldon@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:16:59 +0000 Subject: [PATCH 1/4] fix(docs): Update docs w latest K8s compatibility --- doc/source/workflow/install.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/workflow/install.rst b/doc/source/workflow/install.rst index c673b05e0d..d727cf5c1f 100644 --- a/doc/source/workflow/install.rst +++ b/doc/source/workflow/install.rst @@ -44,6 +44,8 @@ Following table provides a summary of Seldon Core / Kubernetes version compatibi +----------------------------+------+------+------+------+------+------+ | 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. From a58e3e371ea58124de21c8e03f07772b417332b4 Mon Sep 17 00:00:00 2001 From: paulb-seldon <141156400+paulb-seldon@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:20:29 +0000 Subject: [PATCH 2/4] Update upgrading.md with latest K8s compatibility --- doc/source/reference/upgrading.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/reference/upgrading.md b/doc/source/reference/upgrading.md index 9605de590f..b9ec0dd294 100644 --- a/doc/source/reference/upgrading.md +++ b/doc/source/reference/upgrading.md @@ -34,6 +34,8 @@ Following table provides a summary of Seldon Core / Kubernetes version compatibi | 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. 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 3/4] 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. From 466b36cea2633f8a2ff42fc27b91978529c67b02 Mon Sep 17 00:00:00 2001 From: paulb-seldon <141156400+paulb-seldon@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:37:07 +0000 Subject: [PATCH 4/4] Add 1.17 K8s to compatible versions --- doc/source/workflow/install.rst | 38 ++++++++++++++++----------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/doc/source/workflow/install.rst b/doc/source/workflow/install.rst index d727cf5c1f..ec1604cb50 100644 --- a/doc/source/workflow/install.rst +++ b/doc/source/workflow/install.rst @@ -27,25 +27,25 @@ 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.