Repository for dip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tenant-catalog/kubeflow/apps/kserve/UPGRADE.md

1.6 KiB

Upgrade Documentation

Upgrade Kserve

Prerequisites

  • Running Kubernetes cluster with kubeflow installed.
  • kubectl configured to talk to the desired cluster.
  • curl

NOTE: This documentation assumes that you are running the commands in linux. If you are using another OS, please make sure to update the Makefile commands.

To update the kserve manifests to specific version follow the below instructions.

  1. Set the desired version to upgrade.

    export KSERVE_VERSION=0.12.1
    
  2. Rebuild the manifests.

    make upgrade-kserve-manifests
    
  3. Install the updated manifests.

    make install-kserve
    

NOTE: If resource/crd installation fails please re-run the commands.

Testing

For testing refer kserve readme.

Upgrade Models Webapp

Prerequisites

  • Running Kubernetes cluster with kubeflow installed.
  • kubectl configured to talk to the desired cluster.
  • git

NOTE: This documentation assumes that you are running the commands in linux. If you are using another OS, please make sure to update the Makefile commands.

To update the kserve manifests to specific version follow the below instructions.

  1. Set the desired version to upgrade.

    export MODELS_WEBAPP_VERSION=0.8.1
    
  2. Rebuild the manifests.

    make upgrade-models-webapp-manifests
    
  3. Install the updated manifests.

    make install-models-webapp
    

NOTE: If resource/crd installation fails please re-run the commands.

Testing

For testing refer kserve readme.