Open Issues Need Help
View All on GitHub DevOps • Kubernetes Operators
Refactor: Move init-only logic to internal/bootstrap about 1 month ago
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