helm-charts

Cloudprober Helm Chart

Cloudprober source:

https://github.com/cloudprober/cloudprober

Chart source:

https://github.com/cloudprober/helm-charts/tree/main/cloudprober

To install:

helm repo add cloudprober https://helm.cloudprober.org/
helm repo update
helm install cloudprober cloudprober/cloudprober -n cloudprober --create-namespace

To add/update the Cloudprober config

You can either add config directly in the values.yaml, or you can provide config on the command line through the --set-file flag.

helm upgrade --install cloudprober cloudprober/cloudprober \
    --set-file config=~/monitoring/config/cloudprober.cfg -n cloudprober