Skip to content

Releases: prosimcorp/cluster-autoscaler-status-exporter

v0.2.1

20 Mar 15:02
Compare
Choose a tag to compare

Fixes

  • Fixed types due to wrong metrics

Contributors

@dfradehubs

v0.2.0

20 Mar 14:12
1e51be5
Compare
Choose a tag to compare

Notes

  • Full refactor of logic so cluster-autoscaler-status configMap changes in the latest version for YAML format. It is so much easier to parse that configMap and expose the metrics.

Contributors

@dfradehubs

v0.1.0

08 Mar 13:57
Compare
Choose a tag to compare

First release

Highlights:

  • All the health-related metrics are exported by node-group (to be fair, C.Autoscaler works with AutoScalingGroups instead). All of them are prefixed with cluster_autoscaler_status_. This could be configured with a flag in following versions.
  • Docker images are being created for several architectures: linux/amd64, linux/arm64, linuxs390x, linux/ppc64le for those having special servers out there