Upgrade

Before Upgrade

Before proceeding with the upgrade, it's crucial to apply the specific prerequisites associated with your current version of NVIDIA Run:ai and every version in between up to the version you are upgrading to.

Helm

NVIDIA Run:ai requires Helmarrow-up-right 3.14 or later. Before you continue, validate your installed helm client version. To install or upgrade Helm, see Installing Helmarrow-up-right.

Software Files

helm repo add runai-backend https://runai.jfrog.io/artifactory/cp-charts-prod
helm repo update

Upgrade Control Plane

System and Network Requirements

Before upgrading the NVIDIA Run:ai control plane, validate that the latest system requirements and network requirements are met, as they can change from time to time.

Upgrade

To upgrade run the following:

circle-info

Note

To upgrade to a specific version, modify the --version flag by specifying the desired <VERSION>. You can find all available versions by using the helm search repo runai-backend/control-plane --versions command.

Last updated