mirror of https://github.com/kubernetes/kops.git
Update docs for audit config
This commit is contained in:
parent
bb6d4d6c17
commit
2ec1d3bf5f
|
@ -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: |
|
||||||
|
|
Loading…
Reference in New Issue