Skip to content

Commit cc9d3ae

Browse files
committed
move logs to collectors array
1 parent a70843c commit cc9d3ae

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

examples/support-bundle/sample-supportbundle.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ kind: SupportBundle
33
metadata:
44
name: example
55
spec:
6+
collectors:
7+
- logs:
8+
selector:
9+
- app=example
10+
- component=nginx
11+
namespace: repl{{ Namespace }}
12+
limits:
13+
maxAge: 30d
14+
maxLines: 10000
615
analyzers:
716
- clusterVersion:
817
outcomes:
@@ -90,4 +99,3 @@ spec:
9099
message: The API deployment has only a single ready replica.
91100
- pass:
92101
message: There are multiple replicas of the API deployment ready.
93-

0 commit comments

Comments
 (0)