Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): Update docs w latest K8s compatibility #5295

Merged
merged 4 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading