arbiter icon indicating copy to clipboard operation
arbiter copied to clipboard

An extendable scheduling and scaling tool built on Kubernetes

Results 10 arbiter issues
Sort by recently updated
recently updated
newest added

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...

dependencies
size/S

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...

dependencies
size/S

Maybe we should add a crd for pod affinity or preset in the future. Just adding an issue to prevent forgetting. cc @nkwangleiGIT

enhancement

![CleanShot 2023-02-14 at 13 37 47](https://user-images.githubusercontent.com/5100555/218648946-af9a8464-3769-46b9-b849-b9d8a0ac3fb5.png) 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...

bug
dependencies

There is only user cases for execution and scheduling. We need some cases to show how arbiter can integrate with scaling, like HPA/VPA.

enhancement

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,...

enhancement

- [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` - [ ]...

enhancement