1 How do I deploy SUSE AI Factory? #
You can install SUSE AI Factory on the Rancher-enabled Kubernetes cluster in the following ways:
on the command line by using the Helm command
using Rancher UI
For multi-cluster deployments, install SUSE AI Factory Operator on the same cluster where the main Rancher server runs.
1.1 Installation using Helm chart #
To install SUSE AI Factory on the command line using Helm, proceed as follows.
Identify the operator chart version number that you want to install. The latest version is 2.0.0.
Review the
aif-operatorHelm chart values.> helm show values oci://ghcr.io/suse/chart/aif-operator \ --version 2.0.0Install SUSE AI Factory Operator. The installation can take a few minutes.
> helm install aif-operator \ oci://ghcr.io/suse/chart/aif-operator:2.0.0 \ --namespace aif-operator \ --create-namespaceVerify that the operator is correctly installed and related pods running. The output should be similar to the following:
> kubectl get pods -A | grep aif \ aif-operator aif-operator-7bf464987-mnrw5 cattle-ui-plugin-system aif-ui-server-865c7fc84c-bmf7w
1.2 Installation using Rancher UI #
To deploy SUSE AI Factory through the graphical interface, add the OCI repository and install the operator chart. This procedure walks you through setting up the repository endpoint and configuring the installation in the Rancher UI.
You must have Rancher Administrator privileges to perform this task.
Add a new repository for SUSE AI Factory.
From the main left panel, select › › and click .
Select and enter your preferred repository name, for example,
suse-aif-operator.Enter
oci://ghcr.io/suse/chart/aif-operatoras an OCI repository URL.Leave
Nonefor authentication type and confirm with .
Install the
SUSE AI Operatorapplication.Navigate to › and select the new
suse-aif-operatorfilter in the left repository panel.Click and the
aif-operatorapplication tile appears.Click the application’s tile and then the button.
Select the
aif-operatornamespace and specify name for the workload.To customize detailed installation options, activate . Confirm with .
Review or update the installation chart and install the application with the button in the bottom right. You can watch the installation progress in the newly opened log window.
Verify that the application is listed in › .