Created
January 9, 2020 20:57
-
-
Save marccampbell/eb2438562e2a22af280ca0726721106e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: troubleshoot.replicated.com/v1beta1 | |
kind: Preflight | |
metadata: | |
name: example-preflight-checks | |
spec: | |
analyzers: | |
- clusterVersion: | |
outcomes: | |
- fail: | |
when: "< 1.13.0" | |
message: The application requires at Kubernetes 1.13.0 or later, and recommends 1.15.0. | |
uri: https://www.kubernetes.io | |
- pass: | |
message: Your cluster meets the recommended and required versions of Kubernetes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment