Skip to content

Commit 3b8e53b

Browse files
authored
Merge pull request #225 from GraysonNull/grayson/update-samples
fix invalid analyzer in sample support-bundle
2 parents 52e385f + cc9d3ae commit 3b8e53b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

examples/support-bundle/sample-supportbundle.yaml

Lines changed: 9 additions & 8 deletions
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,11 +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-
- logs:
94-
selector:
95-
- app=example
96-
- component=nginx
97-
namespace: repl{{ Namespace }}
98-
limits:
99-
maxAge: 30d
100-
maxLines: 10000

0 commit comments

Comments
 (0)