Skip to content

Commit 548b5b5

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/runbooks/HCOMisconfiguredDescheduler.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ and a live migration takes time to perform.
1313

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,
16-
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.
16+
the manner in which KubeVirt handles eviction requests causes the descheduler to make
17+
incorrect decisions and take incorrect actions that might destabilize the cluster.
1818

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

5050
## Mitigation
5151

docs/runbooks/OperatorConditionsUnhealthy.md renamed to docs/runbooks/HCOOperatorConditionsUnhealthy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OperatorConditionsUnhealthy
1+
# HCOOperatorConditionsUnhealthy
22

33
## Meaning
44

0 commit comments

Comments
 (0)