Skip to content

Commit

Permalink
move logs to collectors array
Browse files Browse the repository at this point in the history
  • Loading branch information
GraysonNull committed Jul 13, 2020
1 parent a70843c commit cc9d3ae
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion examples/support-bundle/sample-supportbundle.yaml
Expand Up @@ -3,6 +3,15 @@ kind: SupportBundle
metadata:
name: example
spec:
collectors:
- logs:
selector:
- app=example
- component=nginx
namespace: repl{{ Namespace }}
limits:
maxAge: 30d
maxLines: 10000
analyzers:
- clusterVersion:
outcomes:
Expand Down Expand Up @@ -90,4 +99,3 @@ spec:
message: The API deployment has only a single ready replica.
- pass:
message: There are multiple replicas of the API deployment ready.

0 comments on commit cc9d3ae

Please sign in to comment.