Skip to content

Releases: AKSarav/KubeNodeUsage

v3.0.2

30 Jun 19:56
10b6962
Compare
Choose a tag to compare

Minor Fixes - Help Message and Metrics Server Validation

29 Mar 19:16
2d3a776
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.1.1

Cluster Info Addition and Connection Validation

26 Jan 12:04
Compare
Choose a tag to compare
  • Added K8s Cluster Connection Validation and throwing a descriptive error instead of a Panic
  • Printing K8s Cluster Information like Context, URL and Cluster Version
  • Removing the Releases from GIT to avoid repository Bloat

V3.0.0 - Python to Go Migration

25 Dec 15:10
Compare
Choose a tag to compare

V2.0.0 - Kubectl Top Integration and Filter Feature

01 Apr 19:51
062d53f
Compare
Choose a tag to compare

We have changed the way we calculate the CPU and Memory Usage.

Earlier we were using kubectl get nodes command to get the CPU and Memory Usage. But we noticed that the CPU and Memory Usage values are not accurate.

Now we are using kubectl top nodes command to get the CPU and Memory Usage.

With this release we have added the following features

  1. Added the --filternodes option to filter the nodes based on the node name
  2. Added the --filtercolors option to filter the nodes based on the color of the usage bar
  3. Added the --interval option to set the interval between the refresh of the output
  4. Added a --debug option to print the debug messages
  5. Added clear screen before the output is printed

v1.0.2 - Sort Feature and GetOpts

01 Jan 14:58
Compare
Choose a tag to compare

Release v1.0.2

  • Designed with Getopts replaced the if else
  • Removed the shorthand -d , -c, -c single character options for a much cleaner approach
  • Added two new option --sort and --reverse to control the sorting

V1.0.1 - A Base with no Sorting

31 Dec 15:51
cdd6ccd
Compare
Choose a tag to compare

Release V1.0.1

  • No SORT feature enabled
  • Args are evaluated with simple IF ELSE would be replaced with GETOPTS
  • Short hand Args like -c, -d, -m are allowed

Read the README and the Usage instruction to know more about Release v1.0.1