Answers to common self-hosted install questions. For step-by-step instructions, follow the linked pages.Documentation Index
Fetch the complete documentation index at: https://arize-ax.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Distribution and access
Where do I get the distribution tarball?
Where do I get the distribution tarball?
What if I do not know the exact release version to install?
What if I do not know the exact release version to install?
Should I use the online docs or the docs in the distribution?
Should I use the online docs or the docs in the distribution?
Cluster and infrastructure
Do I have to use the Arize Terraform modules?
Do I have to use the Arize Terraform modules?
What sizing profile should I use?
What sizing profile should I use?
small1b and medium2b, and each profile requires nodes that match the sizing table in Prerequisites. Do not pick small1b or medium2b for clusters whose nodes are smaller than the table specifies. Contact Arize AI for guidance.How are connected, semi-air-gapped, and fully air-gapped different?
How are connected, semi-air-gapped, and fully air-gapped different?
- Connected: install workstation and cluster nodes can reach Arize distribution and image registry endpoints directly.
- Semi-air-gapped: install workstation can reach Arize endpoints, but cluster nodes pull images from an internal registry.
- Fully air-gapped: neither workstation nor cluster can reach Arize endpoints. Distribution files and images must move through your approved offline process.
Running the install
Where do I run `arize.sh` from?
Where do I run `arize.sh` from?
arize.sh and your values.yaml. See Download and unpack the distribution.Where do I create or edit `values.yaml`?
Where do I create or edit `values.yaml`?
arize.sh. Start from the installation page that matches your environment in Deployment options.Can I install Arize AX into a shared namespace?
Can I install Arize AX into a shared namespace?
Which `values.yaml` fields need base64 encoding?
Which `values.yaml` fields need base64 encoding?
hubJwt, postgresPassword, cipherKey, minioPassword) must be base64-encoded. Plain identifiers (cluster names, organization names, bucket names, storage class names, registry hostnames, URLs) must not.How long does the install take?
How long does the install take?
arize.sh install to all pods running, depending on cluster size, image pull speed, and whether the cluster has a separate ArizeDB node pool. The default arize.sh timeout is short for slower clusters; pass -t 5400 to allow 90 minutes for the full install. Time is mostly spent pulling images and waiting for init jobs (install-postgres-init, install-minio-init, install-gazette-init, install-druid-init) to complete.Can I change `clusterSizing` after the install?
Can I change `clusterSizing` after the install?
clusterSizing in values.yaml and re-apply with arize.sh. Sizing changes can move pods between node pools and resize PVCs, so confirm node capacity matches the new profile before applying. Contact Arize AI before moving between major profiles (for example, nonha to medium2b).What network egress does the install workstation need?
What network egress does the install workstation need?
ch.hub.arize.com) and to the image registry referenced by your distribution. The cluster nodes need outbound HTTPS to the same image registry, or to your internal mirror for restricted-network installs. See Deployment Types for connected, semi-air-gapped, and fully air-gapped flows.How do I upgrade to a new release?
How do I upgrade to a new release?
values.yaml, and run arize.sh from the new release directory. The bundled docs inside that release explain release-specific upgrade steps. Contact Arize before upgrading across major versions.How do I uninstall Arize or do a fresh reinstall?
How do I uninstall Arize or do a fresh reinstall?
helm uninstall, namespace cleanup, force-deleting pods stuck on long graceful termination, and the last-resort namespace finalizer step. The PVC deletion in that procedure is destructive; do not run it without a backup or restore plan.