Skip to content

Commit 6b60141

Browse files
authored
fix(troubleshoot): collect cluster resources from all namespaces (#3330)
1 parent 8cf8be4 commit 6b60141

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

operator/charts/embedded-cluster-operator/troubleshoot/cluster-support-bundle.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,7 @@ spec:
99
# uri: https://raw.githubusercontent.com/replicatedhq/embedded-cluster/main/operator/charts/embedded-cluster-operator/troubleshoot/cluster-support-bundle.yaml
1010
collectors:
1111
- clusterInfo: {}
12-
- clusterResources:
13-
namespaces:
14-
- kube-system
15-
- kube-node-lease
16-
- kube-public
17-
- openebs
18-
- registry
19-
- embedded-cluster
20-
- seaweedfs
21-
- kotsadm
22-
- default
23-
- velero
24-
- k0s-autopilot
12+
- clusterResources: {}
2513
- logs:
2614
name: podlogs/embedded-cluster-operator
2715
namespace: embedded-cluster

0 commit comments

Comments
 (0)