Install the Control Plane¶
Installing the NVIDIA Run:ai control plane requires Internet connectivity.
System and Network Requirements¶
Before installing the NVIDIA Run:ai control plane, validate that the system requirements and network requirements are met. Make sure you have the software artifacts prepared.
Permissions¶
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
flag on both helm charts.
Installation¶
Run the following command. Replace global.domain=<DOMAIN>
with the one obtained here
helm upgrade -i runai-backend -n runai-backend runai-backend/control-plane \
--version "<VERSION> " \
--set global.customCA.enabled=true \
--set global.domain=<DOMAIN>
Note
To install a specific version, add --version
Connect to NVIDIA Run:ai User Interface¶
- Open your browser and go to:
https://<DOMAIN>
. -
Log in using the default credentials:
- User:
test@run.ai
- Password:
Abcd!234
- User:
You will be prompted to change the password.