Skip to content

Commit 7ef404c

Browse files
authored
fix(docs): Update docs w latest K8s compatibility (#5295)
* 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
1 parent 3e86c2a commit 7ef404c

File tree

2 files changed

+29
-25
lines changed

2 files changed

+29
-25
lines changed

doc/source/reference/upgrading.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,16 @@ This is because as part of making Seldon Core compatible with Kubernetes 1.25 we
2626

2727
Following table provides a summary of Seldon Core / Kubernetes version compatibility for recent version of Seldon Core.
2828

29-
| Core Version \ K8s Version | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 |
30-
|-----------------------------|-----:|-----:|-----:|-----:|-----:|-----:|
31-
| 1.11 || | | | | |
32-
| 1.12 ||||| | |
33-
| 1.13 ||||| | |
34-
| 1.14 ||||| | |
35-
| 1.15 ||||| | |
36-
| 1.16 | | |||||
29+
| Core Version \ K8s Version | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 |
30+
|-----------------------------|-----:|-----:|-----:|-----:|-----:|-----:|-----:|
31+
| 1.11 || | | | | | |
32+
| 1.12 ||||| | | |
33+
| 1.13 ||||| | | |
34+
| 1.14 ||||| | | |
35+
| 1.15 ||||| | | |
36+
| 1.16 | | ||||||
37+
| 1.17 | | ||||||
38+
| 1.18 | | ||||||
3739

3840
It is always recommended to first upgrade Seldon Core to the latest supported version on your Kubernetes cluster and then upgrade the Kubernetes cluster.
3941

doc/source/workflow/install.rst

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,25 @@ This is because as part of making Seldon Core compatible with Kubernetes 1.25 we
2727

2828
Following table provides a summary of Seldon Core / Kubernetes version compatibility for recent version of Seldon Core.
2929

30-
+----------------------------+------+------+------+------+------+------+
31-
| Core Version \ K8s Version | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 |
32-
+============================+======+======+======+======+======+======+
33-
| 1.11 || | | | | |
34-
+----------------------------+------+------+------+------+------+------+
35-
| 1.12 ||||| | |
36-
+----------------------------+------+------+------+------+------+------+
37-
| 1.13 ||||| | |
38-
+----------------------------+------+------+------+------+------+------+
39-
| 1.14 ||||| | |
40-
+----------------------------+------+------+------+------+------+------+
41-
| 1.15 ||||| | |
42-
+----------------------------+------+------+------+------+------+------+
43-
| 1.16 | | |||||
44-
+----------------------------+------+------+------+------+------+------+
45-
| 1.17 | | |||||
46-
+----------------------------+------+------+------+------+------+------+
30+
+----------------------------+------+------+------+------+------+------+------+
31+
| Core Version \ K8s Version | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 |
32+
+============================+======+======+======+======+======+======+======+
33+
| 1.11 || | | | | | |
34+
+----------------------------+------+------+------+------+------+------+------+
35+
| 1.12 ||||| | | |
36+
+----------------------------+------+------+------+------+------+------+------+
37+
| 1.13 ||||| | | |
38+
+----------------------------+------+------+------+------+------+------+------+
39+
| 1.14 ||||| | | |
40+
+----------------------------+------+------+------+------+------+------+------+
41+
| 1.15 ||||| | | |
42+
+----------------------------+------+------+------+------+------+------+------+
43+
| 1.16 | | ||||||
44+
+----------------------------+------+------+------+------+------+------+------+
45+
| 1.17 | | ||||||
46+
+----------------------------+------+------+------+------+------+------+------+
47+
| 1.18 | | ||||||
48+
+----------------------------+------+------+------+------+------+------+------+
4749

4850
It is always recommended to first upgrade Seldon Core to the latest supported version on your Kubernetes cluster and then upgrade the Kubernetes cluster.
4951

0 commit comments

Comments
 (0)