We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeef75d commit c0670f6Copy full SHA for c0670f6
.gitignore
@@ -1,2 +1,3 @@
1
.idea/
2
.DS_Store
3
+fork.sh
README.md
@@ -52,6 +52,16 @@ receivers:
52
* A route can have many sub-routes, forming a tree.
53
* Routing starts from the root route.
54
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
65
### Opsgenie
66
67
[Opsgenie](https://www.opsgenie.com) is an alerting and on-call management tool. kubernetes-event-exporter can push to
0 commit comments