From b26a08a8951e2043d94d3b5f4c7c32757487ea49 Mon Sep 17 00:00:00 2001 From: nunnatsa <60659093+nunnatsa@users.noreply.github.com> Date: Thu, 26 Dec 2024 14:07:37 +0000 Subject: [PATCH] Build: (d534621) Merge pull request #277 from sradco/update_OperatorConditionsUnhealthy_alert_name Update OperatorConditionsUnhealth alert name --- runbooks/HCOOperatorConditionsUnhealthy.md | 35 ++++++++++++++++++++++ runbooks_index.md | 3 +- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 runbooks/HCOOperatorConditionsUnhealthy.md diff --git a/runbooks/HCOOperatorConditionsUnhealthy.md b/runbooks/HCOOperatorConditionsUnhealthy.md new file mode 100644 index 00000000..32652df8 --- /dev/null +++ b/runbooks/HCOOperatorConditionsUnhealthy.md @@ -0,0 +1,35 @@ +# HCOOperatorConditionsUnhealthy + +## Meaning + +This alert triggers when the HCO operator conditions or its secondary resources +are in an error or warning state. + +## Impact + +Resources maintained by the operator might not be functioning correctly. + +## Diagnosis + +Check the operator conditions: + +```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. + + + + +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) + diff --git a/runbooks_index.md b/runbooks_index.md index bc15edcc..2513332f 100644 --- a/runbooks_index.md +++ b/runbooks_index.md @@ -10,6 +10,7 @@ - [KubemacpoolDown.md](runbooks/KubemacpoolDown.md) - [NoReadyVirtController.md](runbooks/NoReadyVirtController.md) - [VirtHandlerRESTErrorsBurst.md](runbooks/VirtHandlerRESTErrorsBurst.md) +- [HCOOperatorConditionsUnhealthy.md](runbooks/HCOOperatorConditionsUnhealthy.md) - [LowVirtAPICount.md](runbooks/LowVirtAPICount.md) - [VMStorageClassWarning.md](runbooks/VMStorageClassWarning.md) - [SSPOperatorDown.md](runbooks/SSPOperatorDown.md) @@ -55,7 +56,6 @@ - [LowReadyVirtControllersCount.md](runbooks/LowReadyVirtControllersCount.md) - [SSPDown.md](runbooks/SSPDown.md) - [CnaoDown.md](runbooks/CnaoDown.md) -- [OperatorConditionsUnhealthy.md](runbooks/OperatorConditionsUnhealthy.md) - [SingleStackIPv6Unsupported.md](runbooks/SingleStackIPv6Unsupported.md) ## Deprecated Runbooks @@ -68,6 +68,7 @@ - [KubeVirtComponentExceedsRequestedMemory.md](runbooks/KubeVirtComponentExceedsRequestedMemory.md) - [KubeVirtVMStuckInStartingState.md](runbooks/KubeVirtVMStuckInStartingState.md) - [KubeVirtVMStuckInMigratingState.md](runbooks/KubeVirtVMStuckInMigratingState.md) +- [OperatorConditionsUnhealthy.md](runbooks/OperatorConditionsUnhealthy.md) ## Renamed Runbooks