kube-HPC / hkube

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

All tasks statuses need to be supported in UI #1915

Closed golanha closed 3 months ago

golanha commented 3 months ago

Some statuses are not supported in the general jobs nodes statitcs for example Failedscheduling:

image.png image.png image.png

The foloowing statuses should supported: PRESCHEDULE: 'preschedule', FAILED_SCHEDULING: 'FailedScheduling', CREATING: 'creating', PENDING: 'pending', STALLED: 'stalled', ACTIVE: 'active', STORING: 'storing', SUCCEED: 'succeed', STOPPED: 'stopped', FAILED: 'failed', SKIPPED: 'skipped', WARNING: 'warning',