mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 18:29:53 +00:00
16 lines
374 B
YAML
16 lines
374 B
YAML
apiVersion: troubleshoot.sh/v1beta3
|
|
kind: Preflight
|
|
metadata:
|
|
name: valid-preflight
|
|
spec:
|
|
analyzers:
|
|
- docString: |
|
|
Title: Test Analyzer
|
|
Requirement: Test requirement
|
|
clusterVersion:
|
|
checkName: Kubernetes version
|
|
outcomes:
|
|
- pass:
|
|
when: '>= 1.19.0'
|
|
message: Kubernetes version is supported
|