Skip to content

Releases: kubecost/kubectl-cost

v0.3.1

26 Jan 22:19
b472074
Compare
Choose a tag to compare
  • Fixed a panic when --use-proxy was used #139

v0.3.0

25 Jan 17:30
04189c6
Compare
Choose a tag to compare
  • Introduced kubectl cost predict, a tool to estimate the monthly cost of a workload's requests based on real resource costs as determined by Kubecost. Requires a v1.100+ Kubecost backend. Try it with kubectl cost predict -f my-deployment.yaml, or see predict --help and the README!
  • Introduced the --release-name (-r) to simplify using Kubecost backends deployed in namespaces other than kubecost #131

v0.2.13

17 Aug 18:11
d03e39f
Compare
Choose a tag to compare
  • #129: Fixes the TUI always/almost always failing on startup with ERR Allocation response was empty. Not updating the table.

v0.2.12

15 Jul 18:36
dc741c5
Compare
Choose a tag to compare
  • #127: TUI users occasionally experienced a panic when a query failed. The error condition (and possible empty response) are now checked and output an appropriate error log.

v0.2.11

11 Jul 16:20
9c33aa5
Compare
Choose a tag to compare
  • #126: Fixes a regression in v0.2.9 where --use-proxy stopped working.

v0.2.10: Kubectl cost to support ENV variable to use proxy

11 Jul 15:41
b2fa864
Compare
Choose a tag to compare

#122 - adding environment variable KUBECTL_COST_USE_PROXY to also provide way to use proxy along with --use-proxy flag. Before this change there's was no way to set use-proxy with environment variables

v0.2.9: OpenCost support! (and more)

22 Jun 17:11
9341825
Compare
Choose a tag to compare
  • #115: kubectl cost will only port-forward to Pods in a Ready state. Previously, kubectl cost could fail with a panic if the first cost-analyzer pod listed by the equivalent of kubectl get pods was in a non-Ready state (like Error or Completed).
  • #117: Adds support for OpenCost by introducing the new flags --allocation-path and --service-port. Check out --help for some tips on how to use them with OpenCost! If you're running OpenCost inside the Kubecost Helm chart, all you need is kubectl cost --allocation-path "/model/allocation/compute"!
  • #118: The log level is now configurable with --log-level (e.g. kubectl cost --log-level debug). Try it out!

v0.2.8

13 Jun 16:12
0bedfdf
Compare
Choose a tag to compare
  • From the community: #109. Short names for common resources: ns, po, no, deploy. Thanks @kranurag7!

v0.2.7

25 May 14:11
6342139
Compare
Choose a tag to compare
  • Add support for custom namespace and service name in kubectl cost tui #106

v0.2.6

05 May 13:37
a0bd5a4
Compare
Choose a tag to compare

Bump for CI fix.