datastax / kaap

KAAP, Kubernetes Autoscaling for Apache Pulsar
https://datastax.github.io/kaap/
Apache License 2.0
45 stars 15 forks source link

INSTALLATION FAILED: type mismatch on prometheus-node-exporter: %!t(<nil>) #164

Closed tomaszmichalak closed 7 months ago

tomaszmichalak commented 7 months ago

Error message:

Error: INSTALLATION FAILED: type mismatch on prometheus-node-exporter: %!t(<nil>)

Reproduction steps:

kind create cluster
helm install pulsar kaap/kaap-stack --values helm/examples/dev-cluster/values.yaml

Environment:

nicoloboschi commented 7 months ago

@tomaszmichalak thanks for reporting. This must have been due to some recent upgrades of the prometheus operator. You can work around it by setting this in the values.yaml file:

kube-prometheus-stack:
  prometheus-node-exporter: {}

I will also fix the main values file

nicoloboschi commented 7 months ago

Fixed via https://github.com/datastax/kaap/commit/93180a971ddd6b8233da8e18d30aa9239e6c6d85 I've triggered a new release of the chart