Skip to content

Commit

Permalink
Fix stage names in audit logging documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Mik Vyatskov <[email protected]>
  • Loading branch information
Mik Vyatskov committed Mar 14, 2018
1 parent a4af6f5 commit ca72300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tasks/debug-application-cluster/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ The following flags are used only in the `batch` mode.
Parameters should be set to accommodate the load on the apiserver.

For example, if kube-apiserver receives 100 requests each second, and each request is audited only
on `StageResponseStarted` and `StageResponseComplete` stages, you should account for ~200 audit
on `ResponseStarted` and `ResponseComplete` stages, you should account for ~200 audit
events being generated each second. Assuming that there are up to 100 events in a batch,
you should set throttling level at at least 2 QPS. Assuming that the backend can take up to
5 seconds to write events, you should set the buffer size to hold up to 5 seconds of events, i.e.
Expand Down

0 comments on commit ca72300

Please sign in to comment.