Merge pull request #1255 from wjx1995/patch-1

Automatic merge from submit-queue.

Update auditing.md typo
This commit is contained in:
Kubernetes Submit Queue 2017-10-22 23:22:33 -07:00 committed by GitHub
commit 1df42ec84b
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ When implementing audit logging there are basically two options:
1. put a logging proxy in front of the apiserver
2. integrate audit logging into the apiserver itself
Both approaches have advantages and disadvanteges:
Both approaches have advantages and disadvantages:
- **pro proxy**:
+ keeps complexity out of the apiserver
+ reuses existing solutions