Install a Cluster
Prerequisites¶
Install prerequisites as per System Requirements document.
Note
For self-hosted deployments, Kubernetes Ingress Controller and Cluster Fully Qualified Domain Name (FQDN) requirements are only necessary when the Run:ai Control Plane and Run:ai Cluster reside on seperate Kuebrnetes clusters.
Install Cluster¶
Perform the cluster installation instructions explained here.
Perform the cluster installation instructions explained here.
On the second tab of the cluster wizard, when copying the helm command for installation, you will need to use the pre-provided installation file instead of using helm repositories. As such:
- Do not add the helm repository and do not run
helm repo update
. - Instead, edit the
helm upgrade
command.- Replace
runai/runai-cluster
withrunai-cluster-<version>.tgz
. - Add
--set global.image.registry=<Docker Registry address>
where the registry address is as entered in the preparation section
- Replace
The command should look like the following:
Tip
Use the --dry-run
flag to gain an understanding of what is being installed before the actual installation. For more details see Understanding cluster access roles.
(Optional) Customize Installation¶
To customize specific aspects of the cluster installation see customize cluster installation.