mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
* smoke test all linux target architectures * go mod update * use 'real' target cluster * better logging * newer alpine
24 lines
571 B
YAML
24 lines
571 B
YAML
apiVersion: troubleshoot.sh/v1beta2
|
|
kind: SupportBundle
|
|
metadata:
|
|
name: linux-arch-smoke-local-host-collectors
|
|
spec:
|
|
collectors:
|
|
- clusterResources: {}
|
|
hostCollectors:
|
|
- cpu: {}
|
|
- memory: {}
|
|
- run:
|
|
collectorName: uname
|
|
command: uname
|
|
args: ["-m"]
|
|
analyzers:
|
|
- nodeResources:
|
|
checkName: Linux arch smoke node count
|
|
outcomes:
|
|
- pass:
|
|
when: "= 1"
|
|
message: This cluster has exactly 1 node
|
|
- fail:
|
|
message: Expected exactly 1 node in the cluster
|