Skip to content

v0.6.0

Compare
Choose a tag to compare
@michaelmdresser michaelmdresser released this 11 Apr 01:01
· 10 commits to main since this release
88dc6f0
  • #145: kubectl cost predict Splits window flag into two separate flags. One for determining historical usage, and another for determining costs. This allows users to use reconciled cost data by passing a 48hr offset window.
  • #146: Added --show-total and --hide-diff flags to kubectl cost predict. "Total" cost is the expected monthly cost of each workload if the new spec were applied to your cluster. "Diff" cost (the default) is the expected monthly cost change of applying each new spec to your cluster.
  • #148: Fix kubectl-cost crashing on systems without glibc by disabling CGO for all builds