Skip to content

Commit c386a7f

Browse files
committed
Build: (737370f) Merge pull request #353 from avlitman/fix-sanity
fix sanity test
1 parent 784b192 commit c386a7f

9 files changed

Lines changed: 117 additions & 111 deletions

runbooks/DeprecatedMachineType.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ following:
4343
- For a smoother and cleaner update of multiple VMs, use the
4444
`kubevirt-api-lifecycle-automation` tool to transition all deprecated VMs
4545
in one operation. This ensures consistent, automated migration and reduces
46-
manual errors or downtime during cluster upgrades. For details, see [Updating multiple VMs](https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/virtualization/managing-vms#virt-updating-multiple-vms_virt-edit-vms).
46+
manual errors or downtime during cluster upgrades. For details, see
47+
[Updating multiple VMs](https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/virtualization/managing-vms#virt-updating-multiple-vms_virt-edit-vms).
4748

4849
**Important** Plan and apply these updates before performing cluster
4950
upgrades to avoid VM restart failures or compatibility issues.

runbooks/GuestFilesystemAlmostOutOfSpace.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ disk usage in the guest OS:
8787
```
8888

8989
This step resizes the disk.img to match the new PVC size.
90-
While this is primarily needed for file system volumes, restarting to apply changes in generally recommended.
90+
While this is primarily needed for file system volumes, restarting to apply
91+
changes is generally recommended.
9192

9293
### Long-term Solutions
9394

runbooks/HCOGoldenImageWithNoArchitectureAnnotation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ alert for this specific DICT.
2323

2424
This alert triggers when the golden image created for this DICT does not have a
2525
defined architecture. If this image is used as a boot image for a virtual
26-
machine (VM), and the VM is scheduled on a node with different CPU architecture than the image architecture, the VM fails to start.
26+
machine (VM), and the VM is scheduled on a node with different CPU
27+
architecture than the image architecture, the VM fails to start.
2728

2829
## Diagnosis
2930

runbooks/HCOGoldenImageWithNoSupportedArchitecture.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,9 @@ example: `amd64,arm64,s390x`.
205205
cluster, rebuild the image for one or more of the architectures supported by the
206206
cluster, or remove the DICT from the `HyperConverged` CR.
207207

208-
It is also possible to disable the DICT, by adding the `dataimportcrontemplate.kubevirt.io/enable` annotation, with the value
209-
of `false`. For example:
208+
It is also possible to disable the DICT, by adding the
209+
`dataimportcrontemplate.kubevirt.io/enable` annotation, with the value of
210+
`false`. For example:
210211

211212
```yaml
212213
apiVersion: hco.kubevirt.io/v1beta1

runbooks/HCOMultiArchGoldenImagesDisabled.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ feature gate is disabled in the HyperConverged CR.
2323
## Impact
2424

2525
When running on a heterogeneous cluster, if the preloaded image uses different
26-
architecture than the architecture of the node that the VM is scheduled on, the VM fails to start.
26+
architecture than the architecture of the node that the VM is scheduled on,
27+
the VM fails to start.
2728

2829
## Diagnosis
2930

@@ -77,7 +78,8 @@ feature is not generally available, and it is not fully supported.
7778

7879
To enable the multi-arch boot image feature:
7980

80-
1. Set the `enableMultiArchBootImageImport` feature gate in the HyperConverged CR to `true`.
81+
1. Set the `enableMultiArchBootImageImport` feature gate in the
82+
HyperConverged CR to `true`.
8183

8284
2. If the HyperConverged CR contains the `spec.dataImportCronTemplates` field,
8385
and this field is not empty, then you might need to add the

runbooks/PersistentVolumeFillingUp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ move it to a different storage resource, like an S3 bucket.
4242
### Data rebalance in the cluster
4343

4444
Some services automatically rebalance data on the cluster when a node fills up.
45-
Some of these services make it possible to rebalance data across existing nodes, others
46-
might require adding new nodes. If your cluster supports data rebalancing,
47-
increase the number of replicas and wait for data migration, or trigger the
48-
migration manually.
45+
Some of these services make it possible to rebalance data across existing
46+
nodes, others might require adding new nodes. If your cluster supports data
47+
rebalancing, increase the number of replicas and wait for data migration, or
48+
trigger the migration manually.
4949

5050
Example services that support data rebalancing:
5151

runbooks/VirtualMachineStuckInUnhealthyState.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,14 @@ misconfigurations:
193193
194194
### Scheduling issues
195195
- **Review VM scheduling constraints** and relax if too restrictive:
196-
- nodeSelector, affinity, and tolerations
197-
- Required CPU model, host devices, or features
196+
- nodeSelector, affinity, and tolerations
197+
- Required CPU model, host devices, or features
198198
199199
- **Verify that node taints and tolerations** allow scheduling:
200-
- Ensure the VM tolerates node taints that apply to target nodes
200+
- Ensure the VM tolerates node taints that apply to target nodes
201201
202202
- **Ensure that nodes have required capabilities**:
203-
- KVM availability, CPU features, GPU, SR-IOV, or storage access
203+
- KVM availability, CPU features, GPU, SR-IOV, or storage access
204204
205205
- If nodes were intentionally cordoned for maintenance, **uncordon** when
206206
appropriate:
@@ -252,29 +252,29 @@ misconfigurations:
252252
## Prevention
253253
254254
- **Resource planning:**
255-
- Monitor cluster resource utilization
256-
- Set appropriate VM guest resources in the VM domain guest spec.
257-
- Plan storage capacity and provisioning
255+
- Monitor cluster resource utilization
256+
- Set appropriate VM guest resources in the VM domain guest spec.
257+
- Plan storage capacity and provisioning
258258
259259
- **Image management:**
260-
- Use local image registries where possible to reduce
261-
latency
262-
- Configure DataVolume import methods appropriately:
263-
* **Pod import method**: Images pulled to temporary pods (default)
264-
* **Node import method**: Images pulled directly to nodes
265-
(requires pre-pulling)
266-
- Pre-pull critical containerDisk images to nodes only if
267-
using node import method
260+
- Use local image registries where possible to reduce
261+
latency
262+
- Configure DataVolume import methods appropriately:
263+
* **Pod import method**: Images pulled to temporary pods (default)
264+
* **Node import method**: Images pulled directly to nodes
265+
(requires pre-pulling)
266+
- Pre-pull critical containerDisk images to nodes only if
267+
using node import method
268268
269269
- **Monitoring:**
270-
- Set up alerts for cluster resource exhaustion
271-
- Monitor storage provisioner health
272-
- Track VM startup success rates
270+
- Set up alerts for cluster resource exhaustion
271+
- Monitor storage provisioner health
272+
- Track VM startup success rates
273273
274274
- **Testing:**
275-
- Validate VM templates in development environments
276-
- Test VM deployments after cluster changes
277-
- Regularly verify image accessibility
275+
- Validate VM templates in development environments
276+
- Test VM deployments after cluster changes
277+
- Regularly verify image accessibility
278278
279279
## Escalation
280280

runbooks/VirtualMachineStuckOnNode.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -245,29 +245,29 @@ other workloads on the same node
245245
## Prevention
246246

247247
- **Node Health Monitoring:**
248-
- Monitor node resource utilization (CPU, memory,
249-
storage)
250-
- Set up alerts for node conditions and taints
251-
- Perform regular health checks on container runtime
248+
- Monitor node resource utilization (CPU, memory,
249+
storage)
250+
- Set up alerts for node conditions and taints
251+
- Perform regular health checks on container runtime
252252

253253
- **Resource Management:**
254-
- Set appropriate resource requests/limits on VMs
255-
- Monitor PVC and storage utilization
256-
- Plan for node capacity and VM density
254+
- Set appropriate resource requests/limits on VMs
255+
- Monitor PVC and storage utilization
256+
- Plan for node capacity and VM density
257257

258258
- **Image Management:**
259-
- Use image pull policies appropriately (Always,
260-
IfNotPresent)
261-
- Pre-pull critical images to nodes
262-
- Monitor image registry health and connectivity
259+
- Use image pull policies appropriately (Always,
260+
IfNotPresent)
261+
- Pre-pull critical images to nodes
262+
- Monitor image registry health and connectivity
263263

264264
- **Networking:**
265-
- Ensure stable network connectivity between nodes and storage
266-
- Monitor DNS resolution and service discovery
267-
- Validate network policies do not block required traffic
265+
- Ensure stable network connectivity between nodes and storage
266+
- Monitor DNS resolution and service discovery
267+
- Validate network policies do not block required traffic
268268

269269
- **Regular Maintenance:**
270-
- Keep nodes and KubeVirt components updated
270+
- Keep nodes and KubeVirt components updated
271271

272272
## Escalation
273273

runbooks_index.md

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,92 @@
11
# KubeVirt Runbooks
22

3-
- [VirtLauncherPodsStuckFailed.md](runbooks/VirtLauncherPodsStuckFailed.md)
4-
- [KubeVirtVMIExcessiveMigrations.md](runbooks/KubeVirtVMIExcessiveMigrations.md)
5-
- [LowVirtControllersCount.md](runbooks/LowVirtControllersCount.md)
6-
- [CDIStorageProfilesIncomplete.md](runbooks/CDIStorageProfilesIncomplete.md)
7-
- [KubeVirtVMGuestMemoryAvailableLow.md](runbooks/KubeVirtVMGuestMemoryAvailableLow.md)
83
- [HCOGoldenImageWithNoArchitectureAnnotation.md](runbooks/HCOGoldenImageWithNoArchitectureAnnotation.md)
9-
- [HighNodeCPUFrequency.md](runbooks/HighNodeCPUFrequency.md)
10-
- [HCOMultiArchGoldenImagesDisabled.md](runbooks/HCOMultiArchGoldenImagesDisabled.md)
11-
- [HAControlPlaneDown.md](runbooks/HAControlPlaneDown.md)
12-
- [KubeVirtNoAvailableNodesToRunVMs.md](runbooks/KubeVirtNoAvailableNodesToRunVMs.md)
4+
- [KubeVirtCRModified.md](runbooks/KubeVirtCRModified.md)
5+
- [NoReadyVirtController.md](runbooks/NoReadyVirtController.md)
136
- [OutdatedVirtualMachineInstanceWorkloads.md](runbooks/OutdatedVirtualMachineInstanceWorkloads.md)
14-
- [VirtControllerDown.md](runbooks/VirtControllerDown.md)
15-
- [VMCannotBeEvicted.md](runbooks/VMCannotBeEvicted.md)
16-
- [LowReadyVirtControllersCount.md](runbooks/LowReadyVirtControllersCount.md)
177
- [CnaoDown.md](runbooks/CnaoDown.md)
18-
- [LowVirtOperatorCount.md](runbooks/LowVirtOperatorCount.md)
8+
- [SSPHighRateRejectedVms.md](runbooks/SSPHighRateRejectedVms.md)
9+
- [HCOMultiArchGoldenImagesDisabled.md](runbooks/HCOMultiArchGoldenImagesDisabled.md)
10+
- [LowReadyVirtControllersCount.md](runbooks/LowReadyVirtControllersCount.md)
1911
- [DeprecatedMachineType.md](runbooks/DeprecatedMachineType.md)
20-
- [SSPFailingToReconcile.md](runbooks/SSPFailingToReconcile.md)
21-
- [UnsupportedHCOModification.md](runbooks/UnsupportedHCOModification.md)
22-
- [CDIDefaultStorageClassDegraded.md](runbooks/CDIDefaultStorageClassDegraded.md)
23-
- [NoReadyVirtOperator.md](runbooks/NoReadyVirtOperator.md)
12+
- [VirtualMachineStuckInUnhealthyState.md](runbooks/VirtualMachineStuckInUnhealthyState.md)
13+
- [CDINoDefaultStorageClass.md](runbooks/CDINoDefaultStorageClass.md)
14+
- [VirtHandlerDaemonSetRolloutFailing.md](runbooks/VirtHandlerDaemonSetRolloutFailing.md)
15+
- [VirtControllerDown.md](runbooks/VirtControllerDown.md)
16+
- [KubemacpoolDown.md](runbooks/KubemacpoolDown.md)
17+
- [HAControlPlaneDown.md](runbooks/HAControlPlaneDown.md)
2418
- [NoLeadingVirtOperator.md](runbooks/NoLeadingVirtOperator.md)
19+
- [VMCannotBeEvicted.md](runbooks/VMCannotBeEvicted.md)
20+
- [SSPTemplateValidatorDown.md](runbooks/SSPTemplateValidatorDown.md)
21+
- [SSPDown.md](runbooks/SSPDown.md)
22+
- [SSPFailingToReconcile.md](runbooks/SSPFailingToReconcile.md)
23+
- [NodeNetworkInterfaceDown.md](runbooks/NodeNetworkInterfaceDown.md)
24+
- [CDIStorageProfilesIncomplete.md](runbooks/CDIStorageProfilesIncomplete.md)
25+
- [LowVirtOperatorCount.md](runbooks/LowVirtOperatorCount.md)
26+
- [HPPNotReady.md](runbooks/HPPNotReady.md)
27+
- [VirtAPIDown.md](runbooks/VirtAPIDown.md)
2528
- [VMStorageClassWarning.md](runbooks/VMStorageClassWarning.md)
26-
- [HCOGoldenImageWithNoSupportedArchitecture.md](runbooks/HCOGoldenImageWithNoSupportedArchitecture.md)
27-
- [CDINoDefaultStorageClass.md](runbooks/CDINoDefaultStorageClass.md)
29+
- [LowVirtControllersCount.md](runbooks/LowVirtControllersCount.md)
30+
- [NoReadyVirtOperator.md](runbooks/NoReadyVirtOperator.md)
31+
- [HighNodeCPUFrequency.md](runbooks/HighNodeCPUFrequency.md)
32+
- [KubeVirtVMGuestMemoryAvailableLow.md](runbooks/KubeVirtVMGuestMemoryAvailableLow.md)
33+
- [HPPOperatorDown.md](runbooks/HPPOperatorDown.md)
2834
- [SSPCommonTemplatesModificationReverted.md](runbooks/SSPCommonTemplatesModificationReverted.md)
2935
- [HPPSharingPoolPathWithOS.md](runbooks/HPPSharingPoolPathWithOS.md)
30-
- [GuestVCPUQueueHighWarning.md](runbooks/GuestVCPUQueueHighWarning.md)
31-
- [HPPOperatorDown.md](runbooks/HPPOperatorDown.md)
36+
- [VirtualMachineStuckOnNode.md](runbooks/VirtualMachineStuckOnNode.md)
37+
- [LowVirtAPICount.md](runbooks/LowVirtAPICount.md)
38+
- [HCOMisconfiguredDescheduler.md](runbooks/HCOMisconfiguredDescheduler.md)
39+
- [KubeVirtVMIExcessiveMigrations.md](runbooks/KubeVirtVMIExcessiveMigrations.md)
40+
- [VirtControllerRESTErrorsBurst.md](runbooks/VirtControllerRESTErrorsBurst.md)
41+
- [UnsupportedHCOModification.md](runbooks/UnsupportedHCOModification.md)
42+
- [VirtHandlerRESTErrorsBurst.md](runbooks/VirtHandlerRESTErrorsBurst.md)
43+
- [VirtOperatorRESTErrorsBurst.md](runbooks/VirtOperatorRESTErrorsBurst.md)
44+
- [LowKVMNodesCount.md](runbooks/LowKVMNodesCount.md)
3245
- [VirtOperatorDown.md](runbooks/VirtOperatorDown.md)
33-
- [SSPDown.md](runbooks/SSPDown.md)
34-
- [KubeVirtCRModified.md](runbooks/KubeVirtCRModified.md)
35-
- [GuestFilesystemAlmostOutOfSpace.md](runbooks/GuestFilesystemAlmostOutOfSpace.md)
36-
- [OrphanedVirtualMachineInstances.md](runbooks/OrphanedVirtualMachineInstances.md)
37-
- [HPPNotReady.md](runbooks/HPPNotReady.md)
46+
- [HCOOperatorConditionsUnhealthy.md](runbooks/HCOOperatorConditionsUnhealthy.md)
47+
- [NetworkAddonsConfigNotReady.md](runbooks/NetworkAddonsConfigNotReady.md)
48+
- [CDIMultipleDefaultVirtStorageClasses.md](runbooks/CDIMultipleDefaultVirtStorageClasses.md)
3849
- [KubeVirtDeprecatedAPIRequested.md](runbooks/KubeVirtDeprecatedAPIRequested.md)
39-
- [PersistentVolumeFillingUp.md](runbooks/PersistentVolumeFillingUp.md)
40-
- [LowKVMNodesCount.md](runbooks/LowKVMNodesCount.md)
41-
- [CDIDataVolumeUnusualRestartCount.md](runbooks/CDIDataVolumeUnusualRestartCount.md)
42-
- [HighCPUWorkload.md](runbooks/HighCPUWorkload.md)
43-
- [VirtualMachineStuckInUnhealthyState.md](runbooks/VirtualMachineStuckInUnhealthyState.md)
44-
- [VirtControllerRESTErrorsBurst.md](runbooks/VirtControllerRESTErrorsBurst.md)
45-
- [VirtApiRESTErrorsBurst.md](runbooks/VirtApiRESTErrorsBurst.md)
4650
- [LowReadyVirtOperatorsCount.md](runbooks/LowReadyVirtOperatorsCount.md)
47-
- [VirtHandlerRESTErrorsBurst.md](runbooks/VirtHandlerRESTErrorsBurst.md)
48-
- [VirtHandlerDaemonSetRolloutFailing.md](runbooks/VirtHandlerDaemonSetRolloutFailing.md)
49-
- [SSPHighRateRejectedVms.md](runbooks/SSPHighRateRejectedVms.md)
50-
- [VirtualMachineStuckOnNode.md](runbooks/VirtualMachineStuckOnNode.md)
51-
- [HCOMisconfiguredDescheduler.md](runbooks/HCOMisconfiguredDescheduler.md)
52-
- [CnaoNmstateMigration.md](runbooks/CnaoNmstateMigration.md)
51+
- [CDIDataImportCronOutdated.md](runbooks/CDIDataImportCronOutdated.md)
52+
- [VirtApiRESTErrorsBurst.md](runbooks/VirtApiRESTErrorsBurst.md)
53+
- [GuestVCPUQueueHighWarning.md](runbooks/GuestVCPUQueueHighWarning.md)
54+
- [HCOGoldenImageWithNoSupportedArchitecture.md](runbooks/HCOGoldenImageWithNoSupportedArchitecture.md)
5355
- [CDIOperatorDown.md](runbooks/CDIOperatorDown.md)
54-
- [KubeVirtVMGuestMemoryPressure.md](runbooks/KubeVirtVMGuestMemoryPressure.md)
55-
- [SSPTemplateValidatorDown.md](runbooks/SSPTemplateValidatorDown.md)
56+
- [PersistentVolumeFillingUp.md](runbooks/PersistentVolumeFillingUp.md)
57+
- [CDIDefaultStorageClassDegraded.md](runbooks/CDIDefaultStorageClassDegraded.md)
58+
- [HighCPUWorkload.md](runbooks/HighCPUWorkload.md)
59+
- [GuestVCPUQueueHighCritical.md](runbooks/GuestVCPUQueueHighCritical.md)
60+
- [CDIDataVolumeUnusualRestartCount.md](runbooks/CDIDataVolumeUnusualRestartCount.md)
5661
- [HCOInstallationIncomplete.md](runbooks/HCOInstallationIncomplete.md)
57-
- [KubemacpoolDown.md](runbooks/KubemacpoolDown.md)
58-
- [VirtOperatorRESTErrorsBurst.md](runbooks/VirtOperatorRESTErrorsBurst.md)
59-
- [CDIDataImportCronOutdated.md](runbooks/CDIDataImportCronOutdated.md)
60-
- [NoReadyVirtController.md](runbooks/NoReadyVirtController.md)
61-
- [HCOOperatorConditionsUnhealthy.md](runbooks/HCOOperatorConditionsUnhealthy.md)
62-
- [LowVirtAPICount.md](runbooks/LowVirtAPICount.md)
63-
- [NodeNetworkInterfaceDown.md](runbooks/NodeNetworkInterfaceDown.md)
62+
- [VirtLauncherPodsStuckFailed.md](runbooks/VirtLauncherPodsStuckFailed.md)
6463
- [CDINotReady.md](runbooks/CDINotReady.md)
65-
- [GuestVCPUQueueHighCritical.md](runbooks/GuestVCPUQueueHighCritical.md)
66-
- [CDIMultipleDefaultVirtStorageClasses.md](runbooks/CDIMultipleDefaultVirtStorageClasses.md)
67-
- [VirtAPIDown.md](runbooks/VirtAPIDown.md)
68-
- [NetworkAddonsConfigNotReady.md](runbooks/NetworkAddonsConfigNotReady.md)
64+
- [CnaoNmstateMigration.md](runbooks/CnaoNmstateMigration.md)
65+
- [OrphanedVirtualMachineInstances.md](runbooks/OrphanedVirtualMachineInstances.md)
66+
- [KubeVirtVMGuestMemoryPressure.md](runbooks/KubeVirtVMGuestMemoryPressure.md)
6967
- [VirtualMachineInstanceHasEphemeralHotplugVolume.md](runbooks/VirtualMachineInstanceHasEphemeralHotplugVolume.md)
68+
- [GuestFilesystemAlmostOutOfSpace.md](runbooks/GuestFilesystemAlmostOutOfSpace.md)
69+
- [KubeVirtNoAvailableNodesToRunVMs.md](runbooks/KubeVirtNoAvailableNodesToRunVMs.md)
7070

7171
## Deprecated Runbooks
7272

73-
- [SingleStackIPv6Unsupported.md](runbooks/SingleStackIPv6Unsupported.md)
74-
- [KubevirtHyperconvergedClusterOperatorNMOInUseAlert.md](runbooks/KubevirtHyperconvergedClusterOperatorNMOInUseAlert.md)
75-
- [VirtualMachineCRCErrors.md](runbooks/VirtualMachineCRCErrors.md)
76-
- [VirtApiRESTErrorsHigh.md](runbooks/VirtApiRESTErrorsHigh.md)
77-
- [KubeVirtVMStuckInStartingState.md](runbooks/KubeVirtVMStuckInStartingState.md)
73+
- [KubeVirtComponentExceedsRequestedMemory.md](runbooks/KubeVirtComponentExceedsRequestedMemory.md)
7874
- [VirtControllerRESTErrorsHigh.md](runbooks/VirtControllerRESTErrorsHigh.md)
79-
- [KubeVirtComponentExceedsRequestedCPU.md](runbooks/KubeVirtComponentExceedsRequestedCPU.md)
8075
- [SSPOperatorDown.md](runbooks/SSPOperatorDown.md)
81-
- [VirtOperatorRESTErrorsHigh.md](runbooks/VirtOperatorRESTErrorsHigh.md)
82-
- [KubevirtVmHighMemoryUsage.md](runbooks/KubevirtVmHighMemoryUsage.md)
76+
- [KubeVirtVMStuckInMigratingState.md](runbooks/KubeVirtVMStuckInMigratingState.md)
77+
- [KubeVirtVMStuckInStartingState.md](runbooks/KubeVirtVMStuckInStartingState.md)
78+
- [KubeVirtComponentExceedsRequestedCPU.md](runbooks/KubeVirtComponentExceedsRequestedCPU.md)
8379
- [KubeMacPoolDuplicateMacsFound.md](runbooks/KubeMacPoolDuplicateMacsFound.md)
84-
- [KubeVirtVMStuckInErrorState.md](runbooks/KubeVirtVMStuckInErrorState.md)
85-
- [KubeVirtComponentExceedsRequestedMemory.md](runbooks/KubeVirtComponentExceedsRequestedMemory.md)
86-
- [KubeMacPoolDown.md](runbooks/KubeMacPoolDown.md)
8780
- [VirtHandlerRESTErrorsHigh.md](runbooks/VirtHandlerRESTErrorsHigh.md)
81+
- [VirtApiRESTErrorsHigh.md](runbooks/VirtApiRESTErrorsHigh.md)
82+
- [KubeMacPoolDown.md](runbooks/KubeMacPoolDown.md)
83+
- [VirtOperatorRESTErrorsHigh.md](runbooks/VirtOperatorRESTErrorsHigh.md)
84+
- [VirtualMachineCRCErrors.md](runbooks/VirtualMachineCRCErrors.md)
85+
- [KubevirtVmHighMemoryUsage.md](runbooks/KubevirtVmHighMemoryUsage.md)
8886
- [OperatorConditionsUnhealthy.md](runbooks/OperatorConditionsUnhealthy.md)
89-
- [KubeVirtVMStuckInMigratingState.md](runbooks/KubeVirtVMStuckInMigratingState.md)
87+
- [SingleStackIPv6Unsupported.md](runbooks/SingleStackIPv6Unsupported.md)
88+
- [KubeVirtVMStuckInErrorState.md](runbooks/KubeVirtVMStuckInErrorState.md)
89+
- [KubevirtHyperconvergedClusterOperatorNMOInUseAlert.md](runbooks/KubevirtHyperconvergedClusterOperatorNMOInUseAlert.md)
9090

9191
## Renamed Runbooks
9292

0 commit comments

Comments
 (0)