Craig Condit
Craig Condit
> I have examined all the functions for metrics generation in the `HealthCheck` and they are all called locally from the `runOnce` routine and the call tree that stems there....
CC @wilfred-s -- Wilfred, can you give some input on direction for this as well?
> I have no idea how to test `GetProxyUser()`. You will probably need to mock out the API provider and pass it to a private instance of `Manager`.
> Hi, wanted to mention that building against 1.23.12 fixed [YUNIKORN-1253](https://issues.apache.org/jira/browse/YUNIKORN-1253) Tested on openshift 4.10.15 (Which is using v1.23.5+9ce5071), with yunikorn Helm chart deployed as standalone scheduler w/o the admission...
Code coverage decrease is expected, as there are now several no-op stub functions necessary in `framework_handle.go`. These are never called but are needed to satisfy the `FrameworkHandle` interface in K8s...
Closing as abandoned.
Closed in favor of #455.
This is a very stale PR at this point - I also think we need a design doc on this before proceeding. See comments on https://issues.apache.org/jira/browse/YUNIKORN-22.
@heumsi multiple partition support needs an extensive design doc before we can proceed as there are many complications, especially with Kubernetes. As far as I know, the design work has...
I don't think we should codify the default queue. It's only the default if users don't customize YuniKorn configuration at all, and is not guaranteed to even exist. I do...