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-restricted, and air-gapped deployments different?
How are connected, semi-restricted, and air-gapped deployments different?
- Connected: The installation workstation and cluster nodes have direct outbound access to Arize distribution services and container image registries, allowing software and images to be pulled directly without additional network configuration.
- Semi-restricted: The installation workstation and/or cluster nodes have limited outbound connectivity and must access Arize distribution services and/or image registries through a corporate proxy, firewall allowlist, or other controlled network path.
- Air-gapped: The workstation and/or cluster have no outbound connectivity to Arize distribution services or image registries. All required software artifacts and container images must be transferred into the environment through an approved offline process, typically using a private container registry and internal artifact repository.
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, and object storage access keys) 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-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.