Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fluentd-gcp addon] Remove audit logs from the fluentd configuration #52777

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 1 addition & 10 deletions cluster/addons/fluentd-gcp/fluentd-gcp-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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