Releases: etopeter/kubectl-view-utilization
Releases · etopeter/kubectl-view-utilization
v0.3.3
22 Jul 19:43
Compare
Sorry, something went wrong.
No results found
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
26 Nov 22:36
Compare
Sorry, something went wrong.
No results found
Fixed handling of node allocatable memory parsing Issue #52
v0.3.1
14 Oct 15:41
Compare
Sorry, something went wrong.
No results found
Fix for node graph not showing when utilization is low #49
v0.3.0
02 Sep 04:39
Compare
Sorry, something went wrong.
No results found
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
09 Aug 20:43
Compare
Sorry, something went wrong.
No results found
Fixed issue when node capacity was calculated when node was cordoned/drained. Issue #34
v0.2.1
26 Feb 02:35
Compare
Sorry, something went wrong.
No results found
Fix typo causing lim memory to be always 0
v0.2.0
24 Feb 01:55
Compare
Sorry, something went wrong.
No results found
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
14 Feb 16:46
Compare
Sorry, something went wrong.
No results found
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
31 Jan 03:00
Compare
Sorry, something went wrong.
No results found
Fixes for mawk POSIX compliance
Added tests for gawk mawk awk
Added sorting of namespaces
v0.1.2
27 Jan 06:11
Compare
Sorry, something went wrong.
No results found
New feature filter by node labels
Removed dependency on bc for calculations
Refactor code for more modular reusability
Added more tests