kube-HPC / hkube

🐟 High Performance Computing over Kubernetes - Core Repo 🎣
http://hkube.io
MIT License
307 stars 20 forks source link

dashboard crashes #473

Closed yehiyam closed 5 years ago

yehiyam commented 5 years ago

HKube micro-service dashboard Describe the bug The dashboard suddenly crashed

Screenshots image

denvash commented 5 years ago

Happened due to nodeStats returned {} (object) on empty stats (should return []).

Fixed.