-
Notifications
You must be signed in to change notification settings - Fork 732
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
add maxConcurrentCanaries flag to limit concurrent progressing canaries #1568
base: main
Are you sure you want to change the base?
add maxConcurrentCanaries flag to limit concurrent progressing canaries #1568
Conversation
fb1f5b5
to
bec06ec
Compare
Please rebase with main and force push instead of merging, this PR should have a single commit. |
365fa1d
to
5dd58b7
Compare
00af576
to
03cfb87
Compare
29fd239
to
8b6cf92
Compare
I cleaned to git history up again. Can you please merge or deny this pull request? |
hey @louishalbritter, sorry this has been pending for a long time. i'll try to take a look this week. generally, we try to avoid making changes to the |
Thank you. I totally understand this. |
8b6cf92
to
c524bee
Compare
This adds a flag to limit concurrent progessing canaries to avoid high requests of resources at once. The flag will not take effect if set to "0", which is default. Closes fluxcd#1069 Signed-off-by: Louis Halbritter <[email protected]> chore: update Helm default values and README Signed-off-by: Louis Halbritter <[email protected]>
c524bee
to
eedb8e8
Compare
This adds a flag to limit concurrent progessing canaries to avoid high requests of resources at once.
The flag will not take effect if set to "0", which is default.
Closes #1069