Files
troubleshoot/test/e2e/support-bundle/spec/linuxArchSmokeLocalHostCollectors.yaml
Andrew Lavery 69743729a3 smoke test all linux target architectures (#2016)
* smoke test all linux target architectures

* go mod update

* use 'real' target cluster

* better logging

* newer alpine
2026-04-14 07:30:26 -07:00

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