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
Currently, the UHS web depends on both the YuniKorn Core and the UHS backend. By implementing a mirror for the following three APIs, we can eliminate the dependency on YuniKorn Core for UHS Web.
This change will streamline the deployment process, as it will no longer require setting environment variables to specify the location of the YuniKorn Core.
APIs to be Mirrored
/ws/v1/clusters
/ws/v1/scheduler/healthcheck
/ws/v1/scheduler/node-utilizations
The text was updated successfully, but these errors were encountered:
Currently, the UHS web depends on both the YuniKorn Core and the UHS backend. By implementing a mirror for the following three APIs, we can eliminate the dependency on YuniKorn Core for UHS Web.
This change will streamline the deployment process, as it will no longer require setting environment variables to specify the location of the YuniKorn Core.
APIs to be Mirrored
/ws/v1/clusters
/ws/v1/scheduler/healthcheck
/ws/v1/scheduler/node-utilizations
The text was updated successfully, but these errors were encountered: