Skip to content

Commit 7dc74c3

Browse files
committed
Fix OperatorConditionsUnhealthy name
Signed-off-by: avlitman <[email protected]>
1 parent 274fc51 commit 7dc74c3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/runbooks/HCOMisconfiguredDescheduler.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ and a live migration takes time to perform.
1414
Therefore, when a `virt-launcher` pod is migrating to another node in the background,
1515
the descheduler detects this as a pod that failed to be evicted. As a consequence,
1616
the manner in which KubeVirt handles eviction requests causes the descheduler
17-
to make incorrect decisions and take incorrect actions that might destabilize the cluster.
17+
to make incorrect decisions and take incorrect actions that might
18+
destabilize the cluster.
1819

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

5051
## Mitigation
5152

0 commit comments

Comments
 (0)