Skip to content

Commit 17b449e

Browse files
committed
collect minio logs
1 parent 72e86fe commit 17b449e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

in-cluster/default.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,23 @@ spec:
168168
name: kots/rqlite/logs
169169
selector:
170170
- app=kotsadm-rqlite
171+
- logs:
172+
collectorName: minio-logs
173+
name: kots/minio/logs
174+
selector:
175+
- app=kotsadm-minio
176+
- exec:
177+
collectorName: minio-ls
178+
command:
179+
- /usr/bin/mc
180+
args:
181+
- ls
182+
- --summarize
183+
- --recursive
184+
- --json
185+
- /export/kotsadm
186+
selector:
187+
- app=kotsadm-minio
171188
- logs:
172189
collectorName: weave-net
173190
selector:

0 commit comments

Comments
 (0)