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