feat: add notes
All checks were successful
test-build / guarddog (push) Successful in 45s
test-build / build (push) Successful in 1m0s
renovate / renovate (push) Successful in 56s

This commit is contained in:
2026-04-11 12:11:56 -05:00
parent 2a17d50122
commit 869ff82875
25 changed files with 212 additions and 0 deletions

View File

@@ -13,3 +13,11 @@ hero:
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/descheduler
icon: right-arrow
---
# Purpose
Automated service that balances pods across the nodes according to configuration.
# Notes
Mostly used to balance number of pods. Current limit is set to 200 which is nearly twice the defaults, but this can sometimes be met during reboots during upgrades as pods are evicted. Then this will balance out one all nodes are healthy again.