kube-HPC / hkube

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

Feature algorithms notify unfulfilled hot workers #1960

Closed Adir111 closed 1 month ago

Adir111 commented 1 month ago

Added a new field to the algorithm object indicating whether it is satisfied or not. A satisfied algorithm means the algorithm has no issues running the necessary workers. This field needs to be addressed in the UI. Related Issue: kube-HPC/hkube#1811

For the UI, the query that retrieves all the algorithm data should additionally request the value isSatisfied.


This change is Reviewable