From b3d4dd9911a33475694a325121fc8f34489c01e7 Mon Sep 17 00:00:00 2001 From: Rohith Date: Tue, 31 Oct 2017 22:57:13 +0000 Subject: [PATCH] Audit Policy Docs - adding some documentation on the audit policy --- docs/cluster_spec.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/cluster_spec.md b/docs/cluster_spec.md index cdee5fa3459a7..47fa11d62e62f 100644 --- a/docs/cluster_spec.md +++ b/docs/cluster_spec.md @@ -140,8 +140,11 @@ spec: auditLogMaxAge: 10 auditLogMaxBackups: 1 auditLogMaxSize: 100 + auditPolicyFile: /srv/kubernetes/audit.conf ``` +Note: you could use the fileAssets feature to push an advanced audit policy file on the master nodes. + #### runtimeConfig Keys and values here are translated into `--runtime-config` values for `kube-apiserver`, separated by commas.