From 7b2126c036a8eeca82e29ebcdb33792f1fffc2fd Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Thu, 16 Jul 2020 21:03:06 +0800 Subject: [PATCH] Update audit.md --- content/en/docs/tasks/debug-application-cluster/audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/debug-application-cluster/audit.md b/content/en/docs/tasks/debug-application-cluster/audit.md index 314d981e18..d4881d22e3 100644 --- a/content/en/docs/tasks/debug-application-cluster/audit.md +++ b/content/en/docs/tasks/debug-application-cluster/audit.md @@ -91,7 +91,7 @@ The audit profile used by GCE should be used as reference by admins constructing ## Audit backends Audit backends persist audit events to an external storage. -[Kube-apiserver][kube-apiserver] out of the box provides three backends: +[Kube-apiserver][kube-apiserver] out of the box provides two backends: - Log backend, which writes events to a disk - Webhook backend, which sends events to an external API