As part of the installation, you will be required to install the NVIDIA Run:ai control plane Helm chart. The Helm charts require Kubernetes administrator permissions. You can review the exact objects that are created by the charts using the --dry-run on both helm charts.
Installation
Kubernetes
Connected
Run the following command. Replace global.domain=<DOMAIN> with the one obtained here:
Note: To install a specific version, add --version <VERSION> to the install command. You can find available versions by running helm search repo -l runai-backend.
Note: Use the --dry-run flag to gain an understanding of what is being installed before the actual installation.
Air-gapped
To run the following command, make sure to replace the following. The custom-env.yaml is created when preparing the installation script:
control-plane-<VERSION>.tgz - The NVIDIA Run:ai control plane version
Note: To install a specific version, add --version <VERSION> to the install command. You can find available versions by running helm search repo -l runai-backend.
Air-gapped
To run the following command, make sure to replace the following. The custom-env.yaml is created when preparing the installation script:
control-plane-<VERSION>.tgz - The NVIDIA Run:ai control plane version
<OPENSHIFT-CLUSTER-DOMAIN> - The domain configured for the OpenShift cluster. To find out the OpenShift cluster domain, run oc get routes -A