Upgrading¶
Upgrading Seldon Enterprise Platform (Seldon Deploy previously)
Important
When upgrading Seldon Enterprise Platform, please, always use matching version of installation resources that can be downloaded here. This is especially important for the Seldon Enterprise Platform Helm charts as these may contain updates.
Important
Seldon always recommend to first validate upgrade path in development cluster before rolling out changes to production.
Hint
Model artifacts trained to work with pre-packaged model servers may require retraining when upgrading. This is due to changes in their dependencies or in their Python versions. Advanced monitoring components – model explainers, drift detectors, outlier detectors, etc. – are the most likely to be affected.
Seldon recommends testing these artifacts in a development environment to determine whether or not they require retraining. Alternatively, you can modify the Helm values to specify previous versions of the relevant model servers.
Warning
Seldon only support upgrading to the next released version of Seldon Enterprise Platform (Seldon Deploy previously). This means that if you for example are upgrading from Seldon Enterprise Platform 1.3 to Seldon Enterprise Platform 1.5 you need to first upgrade to version 1.4 and only then to version 1.5
Hint
Keep your configuration files, e.g. Helm values of Seldon components, under VCS. This will allow you to easily rollback the installation if required.
Upgrading Process Summary¶
Before proceeding with upgrading Seldon Core and Seldon Enterprise Platform check the corresponding subsection with detailed notes for each version of Seldon Enterprise Platform (Seldon Deploy previously), available as subpages listed in References section. Upgrading notes for Seldon Core can be found here.
The general process of upgrading Seldon product can be summarized in following steps:
Obtain installation resources corresponding to your version of Seldon Enterprise Platform (Seldon Deploy previously) from here.
Follow upgrading notes dedicated to the version you are upgrading to
Upgrade Seldon components executing executing
helm upgrade ...
commands as described on corresponding documentation pages:
Important
Always, first follow the upgrade procedure in your development cluster, validate that all your models and deployments work as expected, and only then follow with upgrading your production cluster.
References¶
- Upgrading to 2.3.1
- Upgrading to 2.3.0
- Upgrading to 2.2.1
- Upgrading to 2.2.0
- Upgrading to 2.1.1
- Upgrading to 2.1.0
- Upgrading to 2.0.2
- Upgrading to 2.0.1
- Upgrading to 2.0.0
- Upgrading to 1.6.0
- Upgrading to 1.5.1
- Upgrading to 1.5.0
- Upgrading to 1.4.0
- Upgrading to 1.3.0
- Upgrading to 1.2.0
- Upgrading to 1.1.0
- Upgrading to 1.0.0
- Pre-GA Versions