Skip to content

Commit 8cb04b2

Browse files
Merge pull request #112 from banjoh/evansmungai/sc-119173/limit-size-of-files-collected-by-troubleshoot
chore: Only collect the latest k8s-audit API server log
2 parents fd6fa2b + 7b4e4d1 commit 8cb04b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

host/default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ spec:
377377
# to succeed it requires sudo privileges for the user
378378
- copy:
379379
collectorName: "apiserver-audit-logs"
380-
path: /var/log/apiserver/k8s-audit*
380+
path: /var/log/apiserver/k8s-audit.log
381381
# Collect kURL installer logs
382382
- copy:
383383
collectorName: "kurl-logs"

0 commit comments

Comments
 (0)