You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By passing k8s=True to calls to ae5_user_session.deployment_list(...) and ae5_user_session.session_list(...) we can see on which node deployments or sessions are running. If possible, it'd be nice to get the same information for jobs. Currently ae5_user_session.job_list doesn't accept any k8s parameter.
This feature request is motivated by holoviz/lumen#249 where we want to add to the AE5 source of Lumen a table of resource allocations, that indicate how much sessions, deployments and jobs resources are allocated vs the total resources available.
By passing
k8s=True
to calls toae5_user_session.deployment_list(...)
andae5_user_session.session_list(...)
we can see on which node deployments or sessions are running. If possible, it'd be nice to get the same information for jobs. Currentlyae5_user_session.job_list
doesn't accept anyk8s
parameter.This feature request is motivated by holoviz/lumen#249 where we want to add to the AE5 source of Lumen a table of resource allocations, that indicate how much sessions, deployments and jobs resources are allocated vs the total resources available.
cc @philippjfr
The text was updated successfully, but these errors were encountered: