-
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
Limit concurrent processing canaries #1069
Comments
louishalbritter
added a commit
to louishalbritter/flagger
that referenced
this issue
Dec 11, 2023
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]>
louishalbritter
added a commit
to louishalbritter/flagger
that referenced
this issue
Feb 8, 2024
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]>
louishalbritter
added a commit
to louishalbritter/flagger
that referenced
this issue
Feb 8, 2024
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]>
louishalbritter
added a commit
to louishalbritter/flagger
that referenced
this issue
Mar 12, 2024
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]>
louishalbritter
added a commit
to louishalbritter/flagger
that referenced
this issue
May 29, 2024
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]>
louishalbritter
added a commit
to louishalbritter/flagger
that referenced
this issue
Sep 9, 2024
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]>
louishalbritter
added a commit
to louishalbritter/flagger
that referenced
this issue
Sep 9, 2024
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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the feature
It would be cool if we can restrict the concurrent amount of processing canaries.
What problem are you trying to solve?
With a large amount of apps pointing to a "base configmap" e.g. jaeger url, changing values in this configmap triggers all canaries at the same time. The cluster itself though doen't have enough resources to start a second pod of each of the canaries at the same time. This can lead to not starting pods and thus to failing canaries, which have to be triggered then manually.
Proposed solution
A configuration parameter for flagger to process x canaries at the same time.
Any alternatives you've considered?
The text was updated successfully, but these errors were encountered: