Commit 7755deeb authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #52777 from crassirostris/sd-logging-remove-audit

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.. [fluentd-gcp addon] Remove audit logs from the fluentd configuration Since this approach is deprecated, remove support for basic auditing from the fluentd configuration ```releate-note [fluentd-gcp addon] Default configuration no longer supports basic audit logging. ```
parents fe4b35a2 e73eb86d
......@@ -170,15 +170,6 @@ data:
tag kube-apiserver
</source>
# Audit logs in JSON format.
<source>
type tail
format json
path /var/log/kube-apiserver-audit.log
pos_file /var/log/gcp-kube-apiserver-audit.log.pos
tag kube-apiserver-audit
</source>
# Example:
# I0204 06:55:31.872680 5 servicecontroller.go:277] LB already exists and doesn't need update for service kube-system/kube-ui
<source>
......@@ -395,7 +386,7 @@ data:
num_threads 2
</match>
metadata:
name: fluentd-gcp-config-v1.2.1
name: fluentd-gcp-config-v1.2.2
namespace: kube-system
labels:
addonmanager.kubernetes.io/mode: Reconcile
......@@ -117,7 +117,7 @@ spec:
path: /usr/lib64
- name: config-volume
configMap:
name: fluentd-gcp-config-v1.2.1
name: fluentd-gcp-config-v1.2.2
- name: ssl-certs
hostPath:
path: /etc/ssl/certs
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment