From 7edafef29c1f327ae0c9277ccd14e15801f49a93 Mon Sep 17 00:00:00 2001 From: wjx1995 Date: Sun, 22 Oct 2017 22:47:35 -0500 Subject: [PATCH] Update auditing.md --- api-machinery/auditing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-machinery/auditing.md b/api-machinery/auditing.md index ff1b9092a36..b4e1d91eae5 100644 --- a/api-machinery/auditing.md +++ b/api-machinery/auditing.md @@ -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