Upgrade Hydrolix

How to update Hydrolix on Kubernetes

Upgrading your Hydrolix cluster is normally performed via a one-line command to kubectl. However, there are upgrade notes for specific versions of Hydrolix in subpages.

Configure kubectl to point to your Hydrolix installation before issuing one of the commands below.

Upgrade on GKE:

kubectl apply -f "https://www.hydrolix.io/operator/v4.10.5/operator-resources?namespace=${HDX_KUBERNETES_NAMESPACE}&gcp-storage-sa=${GCP_STORAGE_SA}"

Upgrade on EKS:

kubectl apply -f "https://www.hydrolix.io/operator/v4.10.5/operator-resources?namespace=${HDX_KUBERNETES_NAMESPACE}&aws-storage-role=${AWS_STORAGE_ROLE}"

πŸ‘

Rollback

Downgrading versions uses the same process. Specify the version you want to rollback to in the URL to the Hydrolix operator-resources above.