Before you start
- Complete Download and extract the distribution. Work from the extracted folder that contains
arize.sh,arize-operator-chart.tgz, and yourvalues.yaml. - Align your cluster with OpenShift cluster and resources.
- Contact Arize AI for
clusterSizing. It must match your cluster capacity. - Keep the OpenShift quick start open as a template.
- Treat
values.yamlas sensitive. Store generated passwords and keys in your secret manager, not in git history.
1. Verify cluster access and clusterName
Confirm the target cluster is reachable:clusterName to the OpenShift cluster name your platform team uses for this deployment:
2. Seed hubJwt
Store the runtime registry JWT Arize AI provided underhubJwt, base64-encoded:
3. Configure object storage
For a Ceph or S3-compatible endpoint, set:4. Set secrets, organization, and sizing
Choose a Postgres password and cipher key, base64-encode them, and set the organization and sizing values:5. Align security context values
Set runAs and fsGroup values to match the SCC policy for the namespaces Arize AX will use:6. Set appBaseUrl and ingressMode
Set the URL users will use for the Arize AX UI after ingress and DNS exist:7. Optional private registry
If the cluster must pull images from your registry, set both registry values:8. Install with arize.sh or Helm
Usingarize.sh:
values.yaml.