ray/dashboard/modules/reporter/tests
Dmitri Gekhtman 6d09244a7e
[Dashboard][K8s] Add toggle to enable showing node disk usage on K8s (#24416)
https://github.com/ray-project/ray/pull/14676 disabled the disk usage/total display for Ray nodes on K8s, because Ray nodes on K8s are run as pods, which in general do not use up the entire machine.

However, in some situations, it is useful to run one Ray pod per K8s node and report the disk usage.

This PR adds a flag to enable displaying disk usage in those situations.
2022-05-03 10:58:05 -05:00
..
test_reporter.py [Dashboard][K8s] Add toggle to enable showing node disk usage on K8s (#24416) 2022-05-03 10:58:05 -05:00