Releases: kubecost/kubectl-cost
Releases · kubecost/kubectl-cost
v0.2.5
- #102: Dependency updates for possible vulnerability
- #103: More descriptive
kubectl cost help
command
v0.2.4
- #92: Added support for loadbalancer cost with flag
--show-lb
.
- #95: Added the
node
subcommand.
v0.2.3
- #89: Changed default
--window
to 1d
v0.2.2
- #86:
kubectl cost label
was incorrectly showing a namespace aggregation when --historical
was not set. Fixed.
v0.2.1
- #82 The currency code is now also retrieved via port forwarded request, finishing the work started in #80
v0.2.0
- #80 Now uses short-term port forwarding to circumvent network security issues associated with API server-based proxying. If you need the old behavior, use
--use-proxy
.
- #81 Output now includes the overall cost efficiency
v0.1.10
kubectl cost controller
supports --historical
kubectl cost deployment
supports --historical
kubectl cost pod
is now available
v0.1.9
- Currency code is now displayed in the summed cost
v0.1.8
- Backing API request error messages are now surfaced to the user, which should help with debugging
v0.1.7
- small krew template issue