Skip to content

Commit d534621

Browse files
authored
Merge pull request #277 from sradco/update_OperatorConditionsUnhealthy_alert_name
Update OperatorConditionsUnhealth alert name
2 parents 3b6aff3 + 1a38f89 commit d534621

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# HCOOperatorConditionsUnhealthy
2+
3+
## Meaning
4+
5+
This alert triggers when the HCO operator conditions or its secondary resources
6+
are in an error or warning state.
7+
8+
## Impact
9+
10+
Resources maintained by the operator might not be functioning correctly.
11+
12+
## Diagnosis
13+
14+
Check the operator conditions:
15+
16+
```bash
17+
kubectl get HyperConverged kubevirt-hyperconverged -n kubevirt -o jsonpath='{.status.conditions}'
18+
```
19+
20+
## Mitigation
21+
22+
Based on the information obtained during the diagnosis procedure, try to
23+
identify the root cause within the operator or any of its secondary resources,
24+
and resolve the issue.
25+
26+
<!--DS: If you cannot resolve the issue, log in to the
27+
link:https://access.redhat.com[Customer Portal] and open a support case,
28+
attaching the artifacts gathered during the diagnosis procedure.-->
29+
30+
<!--USstart-->
31+
If you cannot resolve the issue, see the following resources:
32+
33+
- [OKD Help](https://www.okd.io/help/)
34+
- [#virtualization Slack channel](https://kubernetes.slack.com/channels/virtualization)
35+
<!--USend-->

0 commit comments

Comments
 (0)