Skip to content

Commit

Permalink
Fix HCOMisconfiguredDescheduler lines length
Browse files Browse the repository at this point in the history
Signed-off-by: avlitman <[email protected]>
  • Loading branch information
avlitman committed Dec 25, 2024
1 parent 274fc51 commit c729c8e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/runbooks/HCOMisconfiguredDescheduler.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ and a live migration takes time to perform.
Therefore, when a `virt-launcher` pod is migrating to another node in the background,
the descheduler detects this as a pod that failed to be evicted. As a consequence,
the manner in which KubeVirt handles eviction requests causes the descheduler
to make incorrect decisions and take incorrect actions that might destabilize the cluster.
to make incorrect decisions and take incorrect actions that might
destabilize the cluster.

To correctly handle the special case of an evicted VM pod triggering a live
migration to another node, the `Kube Descheduler Operator` introduced
Expand Down Expand Up @@ -44,8 +45,8 @@ to unstable or unpredictable behavior, which negatively impacts cluster stabilit
devEnableEvictionsInBackground: true
```
If these lines are not present, the `Kube Descheduler Operator` is not correctly configured
to work alongside KubeVirt.
If these lines are not present, the `Kube Descheduler Operator` is not correctly
configured to work alongside KubeVirt.

## Mitigation

Expand Down

0 comments on commit c729c8e

Please sign in to comment.