Skip to content

Commit

Permalink
Build: (71c8f59) Merge pull request #269 from machadovilaca/add-HCOSy…
Browse files Browse the repository at this point in the history
…stemError-Warning-runbooks

Add OperatorConditionsUnhealthy runbook
  • Loading branch information
sradco committed Oct 29, 2024
1 parent 019dd3d commit 4f67539
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
40 changes: 40 additions & 0 deletions runbooks/OperatorConditionsUnhealthy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# OperatorConditionsUnhealthy

## Meaning

This alert fires when the and operator conditions or its secondary resources
are in an error or warning state.

## Impact

Resources maintained by the operator may not be functioning correctly.

## Diagnosis

Check the operator conditions:

```bash
kubectl get <CR> <CR_OBJECT> -n <namespace> -o jsonpath='{.status.conditions}'
```

e.g.:

```bash
kubectl get HyperConverged kubevirt-hyperconverged -n kubevirt -o jsonpath='{.status.conditions}'
```

## Mitigation

Based on the information obtained during the diagnosis procedure, try to
identify the root cause within the operator or any of its secondary resources
and resolve the issue.
<!--DS: If you cannot resolve the issue, log in to the
link:https://access.redhat.com[Customer Portal] and open a support case,
attaching the artifacts gathered during the diagnosis procedure.-->

<!--USstart-->
If you cannot resolve the issue, see the following resources:

- [OKD Help](https://www.okd.io/help/)
- [#virtualization Slack channel](https://kubernetes.slack.com/channels/virtualization)
<!--USend-->
1 change: 1 addition & 0 deletions runbooks_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
- [SSPCommonTemplatesModificationReverted.md](runbooks/SSPCommonTemplatesModificationReverted.md)
- [VirtHandlerRESTErrorsBurst.md](runbooks/VirtHandlerRESTErrorsBurst.md)
- [KubevirtVmHighMemoryUsage.md](runbooks/KubevirtVmHighMemoryUsage.md)
- [OperatorConditionsUnhealthy.md](runbooks/OperatorConditionsUnhealthy.md)
- [OutdatedVirtualMachineInstanceWorkloads.md](runbooks/OutdatedVirtualMachineInstanceWorkloads.md)
- [VirtControllerRESTErrorsHigh.md](runbooks/VirtControllerRESTErrorsHigh.md)
- [KubemacpoolDown.md](runbooks/KubemacpoolDown.md)
Expand Down

0 comments on commit 4f67539

Please sign in to comment.