This repository contains Helm charts for the GKE Volume Autoscaler.
# Add the Helm repository
helm repo add gke-volume-autoscaler https://executioner1939.github.io/gke-volume-autoscaler/
# Update your local repository cache
helm repo update
# Install the chart
helm install volume-autoscaler gke-volume-autoscaler/volume-autoscaler \
--namespace monitoring \
--create-namespace \
--set gcp_project_id=your-gcp-project-id \
--set serviceAccount.annotations."iam\.gke\.io/gcp-service-account"="volume-autoscaler@your-project.iam.gserviceaccount.com"