Skip to content

Commit

Permalink
Add a warning about increased memory consumption for audit logging fe…
Browse files Browse the repository at this point in the history
…ature.

Signed-off-by: Mik Vyatskov <vmik@google.com>
  • Loading branch information
Mik Vyatskov committed Mar 13, 2018
1 parent 7dd01bd commit 3b25aa3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/tasks/debug-application-cluster/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ of its execution generates an event, which is then pre-processed according to
a certain policy and written to a backend. You can find more details about the
pipeline in the [design proposal][auditing-proposal].

**Note,** that audit logging feature increases apiserver memory consumption, since some context
required for auditing is stored for each request. Additionally, memory consumption depends on the
audit logging configuration.

## Audit Policy

Audit policy defines rules about what events should be recorded and what data
Expand Down

0 comments on commit 3b25aa3

Please sign in to comment.