From aaed3a4d389078fa2c575b0a1da3da11bf33819e Mon Sep 17 00:00:00 2001 From: Cao Shufeng Date: Tue, 21 Mar 2017 04:12:02 -0400 Subject: [PATCH] Audit filter is also available for the insecured endpoint See code here: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/pkg/server/config.go#L445 --- docs/concepts/cluster-administration/audit.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/concepts/cluster-administration/audit.md b/docs/concepts/cluster-administration/audit.md index e60ad728b9..2ee65b3abb 100644 --- a/docs/concepts/cluster-administration/audit.md +++ b/docs/concepts/cluster-administration/audit.md @@ -45,8 +45,6 @@ Example output for user `admin` asking for a list of pods: 2016-09-07T13:03:57.400710987Z AUDIT: id="5c3b8227-4af9-4322-8a71-542231c3887b" response="200" ``` -NOTE: The audit capabilities are available *only* for the secured endpoint of the API server. - ## Configuration [Kube-apiserver](/docs/admin/kube-apiserver) provides following options which are responsible