arbiter
arbiter copied to clipboard
An extendable scheduling and scaling tool built on Kubernetes
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.100.1 to 2.120.1. Release notes Sourced from k8s.io/klog/v2's releases. Prepare klog release for Kubernetes v1.30 (Take 2) What's Changed textlogger: allow caller to override stack unwinding by...
For some scenarios, we need to scale the pod to zero to save resources, such as GPU or more CPU. And Kubernetes HPA support to scale to zero using feature...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.8.0 ✨ Features Support usage as plugin for tools like kubectl by @nirs in spf13/cobra#2018 - this means...
Maybe we should add a crd for pod affinity or preset in the future. Just adding an issue to prevent forgetting. cc @nkwangleiGIT
 A recent change in linter gci of golangci-lint believes that the previous code is wrong, as specified in https://github.com/daixiang0/gci/issues/135. Fixes https://github.com/daixiang0/gci/pull/136 fix the general...
There is only user cases for execution and scheduling. We need some cases to show how arbiter can integrate with scaling, like HPA/VPA.
Some unit tests are missing from the current code and need to be added. - [ ] pkg/controller - [ ] pkg/printer - [ ] pkg/fetch - [x] pkg/utils -...
## Current Limitations: 1. In obi, it is not enough to use index and label to point to the same pod or node. When a deploy or node is updated,...
- [x] some github actions for automatically requests review of a pull request - [ ] Some workflows, like [prow](https://github.com/kubernetes/test-infra/tree/master/prow), to handle commands like `/lgtm /approve /assign` - [ ]...