ray/dashboard/modules
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
..
actor [State API] State api limit + Removing unnecessary modules (#24098) 2022-04-22 15:59:46 -07:00
event [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
job [runtime_env] Extend runtime_env hook to also cover jobs (#24328) 2022-04-30 09:15:51 -07:00
log [Core] Ray logs API (1/n) (#23435) 2022-04-20 23:11:02 -07:00
node [Dashboard] Add environment variable flag to skip dashboard log processing (#24263) 2022-04-27 15:33:08 -07:00
reporter [Dashboard][K8s] Add toggle to enable showing node disk usage on K8s (#24416) 2022-05-03 10:58:05 -05:00
runtime_env [State API] List runtime env API (#24126) 2022-05-02 14:01:00 -07:00
serve [Serve] Move deployment clean up under serve.run() api (#24306) 2022-05-02 12:10:11 -05:00
snapshot [Jobs] [Dashboard] Add job submission id as field to job snapshot (#24303) 2022-04-29 10:10:24 -05:00
state [State API] List runtime env API (#24126) 2022-05-02 14:01:00 -07:00
test [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
tests [serve] Reject Ray client addresses when submitting via Dashboard (#23339) 2022-03-21 11:17:51 -05:00
tune [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
usage_stats Delay 1 minutes for the first usage stats report (#24291) 2022-04-28 22:53:33 -07:00
__init__.py [Dashboard] New dashboard skeleton (#9099) 2020-07-27 11:34:47 +08:00
dashboard_sdk.py [serve] Reject Ray client addresses when submitting via Dashboard (#23339) 2022-03-21 11:17:51 -05:00