We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e86fe commit 17b449eCopy full SHA for 17b449e
in-cluster/default.yaml
@@ -168,6 +168,23 @@ spec:
168
name: kots/rqlite/logs
169
selector:
170
- 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
187
188
- logs:
189
collectorName: weave-net
190
0 commit comments