diff --git a/doc/source/reference/upgrading.md b/doc/source/reference/upgrading.md index 9605de590f..90ae70fce0 100644 --- a/doc/source/reference/upgrading.md +++ b/doc/source/reference/upgrading.md @@ -26,14 +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 | | | ✓ | ✓ | ✓ | ✓ | +| 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. diff --git a/doc/source/workflow/install.rst b/doc/source/workflow/install.rst index c673b05e0d..ec1604cb50 100644 --- a/doc/source/workflow/install.rst +++ b/doc/source/workflow/install.rst @@ -27,23 +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 | | | ✓ | ✓ | ✓ | ✓ | -+----------------------------+------+------+------+------+------+------+ ++----------------------------+------+------+------+------+------+------+------+ +| 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.