Installing additional Clusters¶
The first Run:ai cluster is typically installed on the same Kubernetes cluster as the Run:ai control plane. Run:ai supports multiple clusters per single control plane. This document is about installing additional clusters on different Kubernetes clusters.
Installation¶
Follow the Run:ai SaaS installation network instructions as described here. Specifically:
- Install Run:ai prerequisites. Including ingress controller and Prometheus.
- The Cluster should have a dedicated URL with a trusted certificate.
- Create a secret in the Run:ai namespace containing the details of a trusted certificate.
Create a new cluster and download a values file. Perform the following changes in the file:
- Under:
runai-operator.config.global
setclusterDomain
to the domain name of the new cluster. - Under
runai-operator.config.researcher-service
setingress
totrue
.