-
Notifications
You must be signed in to change notification settings - Fork 658
allow pod controller config overrides #1309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
allow pod controller config overrides #1309
Conversation
b7b4410 to
7a5eacc
Compare
c387bd7 to
4dd3606
Compare
|
This breaks code badly :-( |
pires
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This breaks code badly :-( Please, fix.
|
@alec-rabold did you end up using these changes in your provider? It seems the changes are incomplete and it would be great to consider this for inclusion soon 🙏🏻 |
hey @pires sorry for the delay, we ended up not using this specific config but I do think it would still be beneficial; I'll spend some time today fixing this up to pass the unit/e2e tests |
4dd3606 to
ede3100
Compare
|
updated! (and verified the unit tests and e2e suite passes) I don't love the nested options style I've added, but should work |
Allow overriding pod controller config options
Current use-case is for
SyncPodsFromKubernetesRateLimiter+SyncPodsFromKubernetesShouldRetryFunc-- specifically to infinitely retry for certain errors instead of stopping at 20 attempts (e.g. similar toImagePullBackoff)