hongzhou.chen
hongzhou.chen
resolved #2332 . Signed-off-by: chanhz
#### What would you like to be added: Support another way to get nodes' CPU and Memory usage stats by [kubernetes resource-metrics-pipeline](https://kubernetes.io/docs/tasks/debug/debug-cluster/resource-metrics-pipeline/) in [usage-based-scheduling](https://github.com/volcano-sh/volcano/blob/master/docs/design/usage-based-scheduling.md). #### Why is this needed: Like...
Hi, I met a error while using ca to build a client: ``` >>> import etcd3 as etcd >>> client = etcd.client(host='127.0.0.1', port=2379, ca_cert="/etc/etcd/pki/apiserver-etcd-client.crt", cert_key="/etc/etcd/pki/apiserver-etcd-client.key", cert_cert="/etc/etcd/pki/ca.crt") >>> client.get('foo') Traceback (most...
Hi, `get` is a common op in KVAPI, I think it should be added in KVAPI class.
fix: the case of totalAllocatableResource's amount less than zero.