Upgrading

Upgrading Seldon Enterprise Platform (Seldon Deploy previously)

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:

  1. Download the seldon-deploy-install.tar file that contains required installation resources. For example, to download the installation resources for version 2.3.1 of Seldon Enterprise Platform run the following:

    TAG=2.3.1 && \
     docker create --name=tmp-sd-container seldonio/seldon-deploy-server:2.3.1 && \
     docker cp tmp-sd-container:/seldon-deploy-dist/seldon-deploy-install.tar.gz . && \
     docker rm -v tmp-sd-container
  2. Extract the contents of the seldon-deploy-install.tar file.

    tar -xzf seldon-deploy-install.tar.gz
  3. Follow upgrading notes dedicated to the version you are upgrading to

  4. Upgrade Seldon components executing executing helm upgrade commands as described on corresponding documentation pages:

References

Last updated

Was this helpful?