We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is this a BUG REPORT or FEATURE REQUEST?: FEATURE
What happened: Currently alert controller reconciles alert one at a time and it is very time consuming when comes to create large number of alerts.
What you expected to happen: parallelism can be added to improve the performance of the controller and reduce the waiting time
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
$ kubectl version -o yaml
Other debugging information (if applicable):
- controller logs:
$ kubectl logs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a BUG REPORT or FEATURE REQUEST?:
FEATURE
What happened:
Currently alert controller reconciles alert one at a time and it is very time consuming when comes to create large number of alerts.
What you expected to happen:
parallelism can be added to improve the performance of the controller and reduce the waiting time
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
Other debugging information (if applicable):
$ kubectl logs
The text was updated successfully, but these errors were encountered: