diff --git a/examples/support-bundle/sample-supportbundle.yaml b/examples/support-bundle/sample-supportbundle.yaml index 92456e0af..812a3619d 100644 --- a/examples/support-bundle/sample-supportbundle.yaml +++ b/examples/support-bundle/sample-supportbundle.yaml @@ -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: @@ -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. - \ No newline at end of file