Skip to content

Commit c0670f6

Browse files
committed
Added info to readme about when to set kubeQPS values
1 parent eeef75d commit c0670f6

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.idea/
22
.DS_Store
3+
fork.sh

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@ receivers:
5252
* A route can have many sub-routes, forming a tree.
5353
* Routing starts from the root route.
5454

55+
## Note:
56+
57+
If you are operating a big cluster with many events, you might want to adjust the following values in configuration to
58+
avoid throttling issues:
59+
60+
```
61+
kubeQPS: 60
62+
kubeBurst: 60
63+
```
64+
5565
### Opsgenie
5666

5767
[Opsgenie](https://www.opsgenie.com) is an alerting and on-call management tool. kubernetes-event-exporter can push to

0 commit comments

Comments
 (0)