AKSarav/KubeNodeUsage

Var names are incorrect - inmb -> ingb

Closed this issue · 2 comments

https://github.com/AKSarav/Kube-Node-Usage/blob/main/kube-node-usage.py#L111

Variables ending with inmb starting here should be suffixed with ingb since you devide the Ki value by 1024 twice, which gives GiB.

I have changed this in the new Go setup - Closing this issue

This issue is resolved in the newer GO Version