Update AI Factory PaaS
Updating the Helm charts.
This runbook updates the iaas-console and observability Helm charts running on the management cluster. These are rolling K8s deployments — no downtime.
Prerequisites
-
kubeconfigof the management cluster in the assets dir
Run
- Download and extract the latest release bundle from the provided URL.
- Run
platform-setup.sh --tags management-provisionon the bastion host.
Verify
# Check all pods are Running or Completed
kubectl get pods -A
# Confirm iaas-console is healthy
kubectl get pods -n iaas-console
# Confirm observability is healthy
kubectl get pods -n phoenix-observability
Rollback
-
Recover the previous release bundle.
-
Re-run the update procedure above using that folder.
-
If necessary, use Helm to rollback:
helm rollback <release-name> <revision> -n <namespace>