-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #81 from replicatedhq/collector-node
Collector node
- Loading branch information
Showing
17 changed files
with
1,009 additions
and
41 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
apiVersion: troubleshoot.replicated.com/v1beta1 | ||
kind: Analyzer | ||
metadata: | ||
name: defaultAnalyzers | ||
name: a | ||
spec: | ||
analyzers: | ||
- clusterVersion: | ||
- distribution: | ||
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 | ||
when: "= docker desktop" | ||
message: "docker for desktop is not allowed" | ||
- fail: | ||
when: "microk8s" | ||
message: "mickrk8s is not prod" | ||
- warn: | ||
when: "< 1.15.0" | ||
message: Your cluster meets the minimum version of Kubernetes, but we recommend you update to 1.15.0 or later. | ||
uri: https://kubernetes.io | ||
when: "!= eks" | ||
message: "YMMV on not eks" | ||
- pass: | ||
when: ">= 1.15.0" | ||
message: Your cluster meets the recommended and required versions of Kubernetes. | ||
message: "good work" | ||
|
||
|
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
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
Oops, something went wrong.