You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ The dependencies so far are:
45
45
- Pagerduty
46
46
- OCM
47
47
- Tekton
48
+
- osd-network-verifier
48
49
49
50
To test Tekton and the deployment configuration, put CAD on OpenShift behind a Tekton event-listener and use curl to trigger pipeline runs by using example payloads.
50
51
@@ -62,8 +63,3 @@ make check-duplicate-error-messages
62
63
```
63
64
64
65
Verify that there are no two entries with the same string.
65
-
This also forces us to use `fmt.Errorf` and not a `errors.New`
Configuration Anomaly Detection (CAD) is responsible for reducing manual SRE investigation by detecting cluster anomalies and sending relevant communications to the cluster owner.
28
+
Configuration Anomaly Detection (CAD) is responsible for reducing manual SRE effort by pre-investigating alerts, detecting cluster anomalies and sending relevant communications to the cluster owner.
29
29
30
30
## Contributing
31
31
@@ -35,13 +35,20 @@ To contribute to CAD, please see our [CONTRIBUTING Document](CONTRIBUTING.md).
35
35
36
36
## CAD CLI
37
37
38
-
*[cadctl](./cadctl/README.md) -- Performs workflow for 'cluster has gone missing' (CHGM) alerts.
Every alert managed by CAD corresponds to an investigation, representing the executed code associated with the alert.
43
+
44
+
Investigation specific documentation can be found in the according investigation folder, e.g. for [ClusterHasGoneMissing](./pkg/investigations/chgm/README.md).
39
45
40
46
## Integrations
41
47
42
-
*[AWS](./pkg/aws/README.md) -- Logging into the cluster, retreiving instance info and AWS CloudTrail events.
43
-
*[PagerDuty](./pkg/pagerduty/README.md) -- Retrieving alert info, esclating or silencing incidents, and adding notes.
44
-
*[OCM](./pkg/ocm/README.md) -- Retrieving cluster info, sending service logs, and managing (post, delete) limited support reasons.
48
+
*[AWS](https://github.com/aws/aws-sdk-go) -- Logging into the cluster, retreiving instance info and AWS CloudTrail events.
49
+
*[PagerDuty](https://github.com/PagerDuty/go-pagerduty) -- Retrieving alert info, esclating or silencing incidents, and adding notes.
50
+
*[OCM](https://github.com/openshift-online/ocm-sdk-go) -- Retrieving cluster info, sending service logs, and managing (post, delete) limited support reasons.
51
+
*[osd-network-verifier](https://github.com/openshift/osd-network-verifier) -- Tool to verify the pre-configured networking components for ROSA and OSD CCS clusters.
45
52
46
53
## Overview
47
54
@@ -53,26 +60,6 @@ To contribute to CAD, please see our [CONTRIBUTING Document](CONTRIBUTING.md).
0 commit comments