Skip to content

Commit

Permalink
fix(docs): Update docs w latest K8s compatibility (#5295)
Browse files Browse the repository at this point in the history
* fix(docs): Update docs w latest K8s compatibility

* Update upgrading.md with latest K8s compatibility

* Add 1.27 K8s to compatible versions

* Add 1.17 K8s to compatible versions
  • Loading branch information
paulb-seldon authored and RafalSkolasinski committed Feb 6, 2024
1 parent 5737c72 commit b65131b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 25 deletions.
18 changes: 10 additions & 8 deletions doc/source/reference/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
36 changes: 19 additions & 17 deletions doc/source/workflow/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b65131b

Please sign in to comment.