Skip to content

Commit

Permalink
V1: Add K8s compatibility matrix to installation page (#4862)
Browse files Browse the repository at this point in the history
* update gitignore

* add compatibility matrix to installation page
  • Loading branch information
RafalSkolasinski authored May 24, 2023
1 parent 7ed4130 commit 62ce43c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,5 @@ examples/models/autoscaling/autoscaling_example.py

# python venv
venv/
go.work
go.work.sum
29 changes: 28 additions & 1 deletion doc/source/workflow/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,33 @@ Pre-requisites:
- Istio : we recommend >= 1.16
- Ambassador v1 and v2


Kubernetes Compatibility Matrix
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Seldon Core 1.16 bumps minimum Kubernetes version to 1.23.
This is because as part of making Seldon Core compatible with Kubernetes 1.25 we moved from autoscaling/v2beta1 apiVersion of HorizontalPodAutoscaler to autoscaling/v2 (see this [PR](https://github.com/SeldonIO/seldon-core/pull/4172) for further details).

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 | | |||||
+----------------------------+------+------+------+------+------+------+

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

Running older versions of Seldon Core?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -77,7 +104,7 @@ Now we can install Seldon Core in the ``seldon-system`` namespace.
For full instructions on installation with Istio and Ambassador read the
following pages:

* `Ingress with Istio <../ingress/istio.md>`__
* `Ingress with Istio <../ingress/istio.md>`__
* `Ingress with Ambassador <../ingress/ambassador.md>`__

Install a specific version
Expand Down

0 comments on commit 62ce43c

Please sign in to comment.