Releases: etopeter/kubectl-view-utilization
Releases · etopeter/kubectl-view-utilization
v0.3.3
- Fixed node memory parsing when memory reports as integers without units Issue #55
- Fixed context verification Issue #55
- Fixed utilization view not displaying when requests are set to 0 in normal mode
v0.3.2
Fixed handling of node allocatable memory parsing Issue #52
v0.3.1
- Fix for node graph not showing when utilization is low #49
v0.3.0
v0.3.0
- New subcommand
nodes
shows nodes utilization breakdown with shall chart
- Added --context parameter to switch kubeconfig contexts Issue #36
- Added --no-headers to supress printing headers just like kubeclt does
- Fix for double counting CPU when resources were defined without (m) at the end
- Improved unit tests, added Codeclimate integration.
v0.2.2
Fixed issue when node capacity was calculated when node was cordoned/drained. Issue #34
v0.2.1
Fix typo causing lim memory to be always 0
v0.2.0
Features:
- limits output
- human readable switch -h
- output parameter --output text/json
- schedulable and free resources calculations
Fixes:
- calculations on requests in bytes
- broken up tests into feature files
v0.1.4
- added more tests
- Fix for calculations on all cluster without having cpu requests
- added tests for no cpu cluster with various memory units
- fix for Kb calculation, formatting and no cpu use case
- Fix small text typo in README.md
v0.1.3
Fixes for mawk POSIX compliance
Added tests for gawk mawk awk
Added sorting of namespaces
v0.1.2
- New feature filter by node labels
- Removed dependency on bc for calculations
- Refactor code for more modular reusability
- Added more tests