Skip to content

Commit

Permalink
advanced audit doc for ModeBlockingStrict (#10203)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoShuFeng authored and k8s-ci-robot committed Nov 19, 2018
1 parent e24a059 commit fc3ee1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/en/docs/tasks/debug-application-cluster/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ throttling is enabled in `webhook` and disabled in `log`.
- `--audit-webhook-mode` defines the buffering strategy. One of the following:
- `batch` - buffer events and asynchronously process them in batches. This is the default.
- `blocking` - block API server responses on processing each individual event.
- `blocking-strict` - Same as blocking, but when there is a failure during audit logging at RequestReceived stage, the whole request to apiserver will fail.

The following flags are used only in the `batch` mode.

Expand Down

0 comments on commit fc3ee1e

Please sign in to comment.