mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 10:19:54 +00:00
13 lines
286 B
YAML
13 lines
286 B
YAML
apiVersion: troubleshoot.sh/v1beta2
|
|
kind: Preflight
|
|
metadata:
|
|
name: wrong-version
|
|
spec:
|
|
analyzers:
|
|
- clusterVersion:
|
|
checkName: Kubernetes version
|
|
outcomes:
|
|
- pass:
|
|
when: '>= 1.19.0'
|
|
message: Kubernetes version is supported
|