kube-HPC / hkube

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

Redis Falls and there is no warning in mongodb #1854

Closed awesomecakex closed 6 months ago

awesomecakex commented 8 months ago

Is related to gc service

Describe the bug when all redis pods fall the other pods in the job fall but dont warn the user by updating the graph in mongodb

Expected behavior When the Redis pods Fall the status of the task should be updated as warning in mongodb like its updated in Etcd

To Reproduce Steps to reproduce the behavior:

  1. start a job
  2. kill all redis pods that are up
  3. see how the task status stays as running
awesomecakex commented 8 months ago

1853