Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions alerts/openshift-virtualization-operator/LowKVMNodesCount.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Virtual machines cannot be scheduled or run if no nodes have KVM resources.
- Identify the nodes with KVM resources:

```bash
$ oc get nodes -o jsonpath='{.items[*].status.allocatable}' | grep devices.kubevirt.io/kvm
$ oc get node -o custom-columns=NAME:.metadata.name,KVM:".status.allocatable.devices\.kubevirt\.io/kvm"
```

## Mitigation

Install KVM on the nodes without KVM resources.
Install KVM on the nodes without KVM resources.