Cluster Bare Autoscaler is a tool that automatically adjusts the size of the bare-metal Kubernetes cluster.

1 Open Issue Need Help Last updated: Aug 5, 2025

Open Issues Need Help

View All on GitHub
DevOps Kubernetes Operators

AI Summary: Refactor the Cluster Bare Autoscaler project by moving initialization logic from the `pkg/metrics` and `pkg/tracing` packages into a new `internal/bootstrap` directory. This improves code organization, simplifies testing, and clarifies the purpose of each package. The changes involve updating imports in `main.go`, deleting the now-empty `pkg` directories, and adjusting the `.codecov.yml` file to exclude the new `internal/bootstrap` directory from coverage.

Complexity: 3/5
good first issue area/testing

Cluster Bare Autoscaler is a tool that automatically adjusts the size of the bare-metal Kubernetes cluster.

Go