This repository has been archived by the owner on Oct 3, 2020. It is now read-only.
Releases: hjacobs/kube-resource-report
Releases · hjacobs/kube-resource-report
20.7.3
20.7.2
20.7.1
20.7.0
20.4.5
- #166: allow overriding the cluster name (
DEFAULT_CLUSTER_NAME
environment variable) - #164: allow customizing the expected Spot node label value (
NODE_LABEL_SPOT_VALUE
) - #167: simplify the recommendation histogram code
Docker image is available on Docker Hub (see README on how to use):
docker run -it hjacobs/kube-resource-report:20.4.5 --help
20.4.4
- #156: update AWS EC2 (incl. Spot) and GCP prices
- #162: allow customization via Python hook functions (
--prerender-hook
,--map-node-hook
,--map-pod-hook
) - #161: defer execution of sortable JavaScript
Docker image is available on Docker Hub (see README on how to use):
docker run -it hjacobs/kube-resource-report:20.4.4 --help
20.4.3
- #148: calculate resource recommendations for all Pods using a decaying exponential histogram similar to Vertical Pod Autoscaler --- this changes the slack calculation to use the recommended values instead of usage!
Docker image is available on Docker Hub (see README on how to use):
docker run -it hjacobs/kube-resource-report:20.4.3 --help