File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/tasks/debug-application-cluster Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ The following flags are used only in the `batch` mode.
147147Parameters should be set to accommodate the load on the apiserver.
148148
149149For example, if kube-apiserver receives 100 requests each second, and each request is audited only
150- on `StageResponseStarted ` and `StageResponseComplete ` stages, you should account for ~200 audit
150+ on `ResponseStarted ` and `ResponseComplete ` stages, you should account for ~200 audit
151151events being generated each second. Assuming that there are up to 100 events in a batch,
152152you should set throttling level at at least 2 QPS. Assuming that the backend can take up to
1531535 seconds to write events, you should set the buffer size to hold up to 5 seconds of events, i.e.
You can’t perform that action at this time.
0 commit comments