Skip to content

Commit

Permalink
Merge pull request #272 from jherrman/patch-1
Browse files Browse the repository at this point in the history
Minor tweaks for OperatorConditionsUnhealthy.md
  • Loading branch information
sradco authored Nov 4, 2024
2 parents ba000b7 + fd636fe commit 35ad91e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/runbooks/OperatorConditionsUnhealthy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

## Meaning

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

## Impact

Resources maintained by the operator may not be functioning correctly.
Resources maintained by the operator might not be functioning correctly.

## Diagnosis

Expand All @@ -17,7 +17,7 @@ Check the operator conditions:
kubectl get <CR> <CR_OBJECT> -n <namespace> -o jsonpath='{.status.conditions}'
```

e.g.:
For example:

```bash
kubectl get HyperConverged kubevirt-hyperconverged -n kubevirt -o jsonpath='{.status.conditions}'
Expand All @@ -26,8 +26,9 @@ kubectl get HyperConverged kubevirt-hyperconverged -n kubevirt -o jsonpath='{.st
## 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
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.-->
Expand Down

0 comments on commit 35ad91e

Please sign in to comment.