Application Controller autoscaler+partitioner #21878
dee-kryvenko
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I just finished working on a prototype of a data driven and external (to argocd) version of the autoscaler and partitioner. I was wondering if anyone could take a look at my design doc and maybe point me out what I can do better/different: https://github.com/plumber-cd/argocd-autoscaler/blob/main/DESIGN.md
Particularly, the whole notion of managing shard assignments via
.data.shard
on the secret seem flaky, I do getThe cluster https://kubernetes.default.svc has no assigned shard.
messages in log, although after short time they are ending up assigned as partitioner assigned them... not sure why would this ever happenargo-cd/controller/sharding/cache.go
Line 67 in 6daaac5
Beta Was this translation helpful? Give feedback.
All reactions