-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
needs-priorityIndicates a PR lacks a label and requires one.Indicates a PR lacks a label and requires one.needs-triageIndicates an issue or PR lacks a label and requires one.Indicates an issue or PR lacks a label and requires one.questionFurther information is requestedFurther information is requested
Description
Right now, we'll download/sync the files in each reconciliation, which leads to a long running process, which may lead to obj dropped (the default ratelimiter queue has 100 bucket size by default) or slow reconciliation, which could be mitigated by increase the concurrency worker number. We have a discussion in slack https://kubernetes.slack.com/archives/C02MRBMN00Z/p1731402269033139.
Maybe we could use a job to download/sync the files, however, this may lead to latency and another round of job scheduling. And essencially agent should be responsible for this, rather than another job.
Metadata
Metadata
Assignees
Labels
needs-priorityIndicates a PR lacks a label and requires one.Indicates a PR lacks a label and requires one.needs-triageIndicates an issue or PR lacks a label and requires one.Indicates an issue or PR lacks a label and requires one.questionFurther information is requestedFurther information is requested