dragon-fly
dragon-fly
I am doubt why it need github.com/wilhelmguo/influx-proxy/service to be installed when deploy Qihoo360/influx-proxy?
If there are no crontab job in first deployment, ansible will fail
### What version of Go, VS Code & VS Code Go extension are you using? Version Information * Run `go version` to get version of Go from _the VS Code...
1. backup old generated file https://github.com/kubeflow/mpi-operator/blob/21f326d1d2e5f1beed667da0cc61e1d07158ef0c/hack/python-sdk/gen-sdk.sh#L32 2. Then mv backup to cover new generated file event if new generated succeed https://github.com/kubeflow/mpi-operator/blob/21f326d1d2e5f1beed667da0cc61e1d07158ef0c/hack/python-sdk/gen-sdk.sh#L51 Why need to cover new generated file with old...
#### What would you like to be added: There are many packages which don't have unit-test, such as: - actions: - [ ] enqueue - [ ] backfill - plugins:...
Fix #2878, as it describes, it will generate codes in apis dir when run make verify at local env. Remove it from code becualse code-generate is move to [apis](https://github.com/volcano-sh/apis/tree/master/pkg) repo....
commit 1: refact jobinfo's calculation to a function. commit 2: fix cal podgroup min resource and add testcase. relative design docs: [docs about job's min resource #2945](https://github.com/volcano-sh/volcano/pull/2945) commit 3: when...
There is probability `OutOfxxx` when multiple schedulers schedule pods to same node. This trick will reduce the probability and resync pod if conflict happens enhancement in multiple-schedulers scenario
split from #3057 (commit-1st: refact jobinfo's calculation to a function)