Update docs for audit config

This commit is contained in:
Ciprian Hacman 2022-12-23 17:22:24 +02:00
parent bb6d4d6c17
commit 2ec1d3bf5f
1 changed files with 4 additions and 4 deletions

View File

@ -418,10 +418,10 @@ spec:
auditLogMaxBackups: 1
auditLogMaxSize: 100
auditLogPath: /var/log/kube-apiserver-audit.log
auditPolicyFile: /srv/kubernetes/kube-apiserver/audit-policy-config.yaml
auditPolicyFile: /etc/kubernetes/audit/policy-config.yaml
fileAssets:
- name: audit-policy-config
path: /srv/kubernetes/kube-apiserver/audit-policy-config.yaml
path: /etc/kubernetes/audit/policy-config.yaml
roles:
- Master
content: |
@ -445,10 +445,10 @@ Webhook backend sends audit events to a remote API, which is assumed to be the s
spec:
kubeAPIServer:
auditWebhookBatchMaxWait: 5s
auditWebhookConfigFile: /srv/kubernetes/kube-apiserver/audit-webhook-config.yaml
auditWebhookConfigFile: /etc/kubernetes/audit/webhook-config.yaml
fileAssets:
- name: audit-webhook-config
path: /srv/kubernetes/kube-apiserver/audit-webhook-config.yaml
path: /etc/kubernetes/audit/webhook-config.yaml
roles:
- Master
content: |