Customized installation
Note
This section applies to self-hosted installation only. To customize your installation in SaaS, see the SaaS installation guide.
This section explains the available configurations for customizing the NVIDIA Run:ai control plane and cluster installation.
Control plane Helm chart values
The NVIDIA Run:ai control plane installation can be customized to support your environment via Helm values files or Helm install flags. See Advanced control plane configurations.
Cluster Helm chart values
The NVIDIA Run:ai cluster installation can be customized to support your environment via Helm values files or Helm install flags.
These configurations are saved in the runaiconfig
Kubernetes object and can be edited post-installation as needed. For more information, see Advanced cluster configurations.
The following table lists the available Helm chart values that can be configured to customize the NVIDIA Run:ai cluster installation.
global.image.registry
(string)
Global Docker image registry
Default: ""
global.additionalImagePullSecrets
(list)
List of image pull secrets references
Default: []
spec.researcherService.ingress.tlsSecret
(string)
Existing secret key where cluster TLS certificates are stored (non-OpenShift)
Default: runai-cluster-domain-tls-secret
spec.researcherService.route.tlsSecret
(string)
Existing secret key where cluster TLS certificates are stored (OpenShift only)
Default: ""
spec.prometheus.spec.image
(string)
Due to a known issue In the Prometheus Helm chart, the imageRegistry
setting is ignored. To pull the image from a different registry, you can manually specify the Prometheus image reference.
Default: quay.io/prometheus/prometheus
spec.prometheus.spec.imagePullSecrets
(string)
List of image pull secrets references in the runai
namespace to use for pulling Prometheus images (relevant for air-gapped installations).
Default: []
global.customCA.enabled
Enables the use of a custom Certificate Authority (CA) in your deployment. When set to true
, the system is configured to trust a user-provided CA certificate for secure communication.
Last updated