Skip to content

Releases: etopeter/kubectl-view-utilization

v0.3.3

22 Jul 19:43
4a3de08
Compare
Choose a tag to compare
  • 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
497f899
Compare
Choose a tag to compare

Fixed handling of node allocatable memory parsing Issue #52

v0.3.1

14 Oct 15:41
116a1b8
Compare
Choose a tag to compare
  • Fix for node graph not showing when utilization is low #49

v0.3.0

02 Sep 04:39
9c88eb8
Compare
Choose a tag to compare

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
d623b75
Compare
Choose a tag to compare

Fixed issue when node capacity was calculated when node was cordoned/drained. Issue #34

v0.2.1

26 Feb 02:35
e24e21d
Compare
Choose a tag to compare

Fix typo causing lim memory to be always 0

v0.2.0

24 Feb 01:55
2d1277c
Compare
Choose a tag to compare

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
d76d33d
Compare
Choose a tag to compare
  • 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
84c64e0
Compare
Choose a tag to compare

Fixes for mawk POSIX compliance
Added tests for gawk mawk awk
Added sorting of namespaces

v0.1.2

27 Jan 06:11
0597c00
Compare
Choose a tag to compare
  • New feature filter by node labels
  • Removed dependency on bc for calculations
  • Refactor code for more modular reusability
  • Added more tests