github kubecost/cost-analyzer-helm-chart v1.82.0-rc.0

latest releases: v2.2.3-rc.0, v2.2.2, v2.2.2-rc.1...
2 years ago

v1.82.0-rc0 is a major release candidate that contains major efficiency improvements for your PromQL backends, new ETL-persistent storage options, and new cost allocation features! To pick up a release candidate, add “—-devel” to your installation instructions, eg: helm install kubecost kubecost/cost-analyzer --namespace kubecost —devel

  • Hourly ETL:
    Our cache is now progressively built on hourly data.
    This should reduce the load on your PromQL backend and give better granularity for data. After 48h by default, data in the ETL is merged into daily windows
  • S3Store (beta):
    Our ETL cache can now be backed to s3 instead of a persistent volume or in-memory, to better support users who do not want to run PVs (docs: https://github.com/kubecost/docs/blob/master/etl-s3-backup.md)
  • Support proportional allocation of SharedTenancyCosts: costs which cannot be associated with a single allocation but are part of the cluster or node that an allocation is a tenant of, eg cluster management costs and node attached disks
  • kube-state-metrics:v2.0+ support (beta)
    While we are not yet shipping kube-state-metrics:v2.0+ with kubecost itself, we now support users who are emitting kube-state-metrics:v2.0+ to a bring-your-own promQL endpoint. Note that some deprecated metrics have moved to being emitted in kubecost itself— these will roll off over time.
  • Fix issue with some alert fields not being updated via configmap
  • Fix issue where volume ids were not captured for AWS CSI disk provisioners
  • Fix issue where some Azure billing data CSVs could not be parsed

Don't miss a new cost-analyzer-helm-chart release

NewReleases is sending notifications on new releases.