Merge pull request #3133 from mirwan/auditlog_to_stdout_w_kubeadm

Audit log to stdout with kubeadm
This commit is contained in:
Andreas Krüger
2018-08-20 10:43:22 +02:00
committed by GitHub
2 changed files with 20 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ force_etcd3: false
# audit support
kubernetes_audit: false
# audit_log_path must not be set to "-" with kubeadm as it only handles a logfile named audit.log
# path to audit log file
audit_log_path: /var/log/audit/kube-apiserver-audit.log
# num days
audit_log_maxage: 30