kube-HPC / hkube

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

stateless pods count Inconsistency between hkube jobs display and stateless pods reported at grafana #1873

Closed ism55ism55 closed 5 months ago

ism55ism55 commented 6 months ago

HKube micro-service version 2.6.20, UI

Describe the bug while grafana HKUBE streaming dashboard displays that 15 stateless pods were up at the same time, in jobs UI stateless displays only 5 pod names

Expected behavior jobs UI stateless should display all pods during the job

To Reproduce Steps to reproduce the behavior: streaming pipeline stateful and stateless blocks (including min stateless pods definition) start a pipeline, stream data in the way that 15 stateless will be created, monitor via jobs dashboard

golanha commented 5 months ago

Pods that were scaled (Not the minimum stateless pods) were removed once completed. Fixed for 2.7 Release.