Skip to content

Commit

Permalink
reinclude clusterResources collector in ci support bundles (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya authored Oct 16, 2024
1 parent 5f31997 commit c8824e8
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/kots-release-install/preflight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: Preflight
metadata:
name: preflight-checks
spec:
collectors:
- clusterInfo: {}
- clusterResources: {}
analyzers:
- customResourceDefinition:
customResourceDefinitionName: installations.embeddedcluster.replicated.com
Expand Down
8 changes: 8 additions & 0 deletions e2e/kots-release-install/troubleshoot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: troubleshoot.sh/v1beta2
kind: SupportBundle
metadata:
name: preflight-checks
spec:
collectors:
- clusterInfo: {}
- clusterResources: {}
3 changes: 3 additions & 0 deletions e2e/kots-release-upgrade/preflight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: Preflight
metadata:
name: preflight-checks
spec:
collectors:
- clusterInfo: {}
- clusterResources: {}
analyzers:
- customResourceDefinition:
customResourceDefinitionName: installations.embeddedcluster.replicated.com
Expand Down
8 changes: 8 additions & 0 deletions e2e/kots-release-upgrade/troubleshoot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: troubleshoot.sh/v1beta2
kind: SupportBundle
metadata:
name: preflight-checks
spec:
collectors:
- clusterInfo: {}
- clusterResources: {}

0 comments on commit c8824e8

Please sign in to comment.