Skip to content

Commit 817fdb2

Browse files
committed
add step to solve
1 parent 266197d commit 817fdb2

File tree

1 file changed

+3
-0
lines changed
  • keps/sig-scheduling/3022-min-domains-in-pod-topology-spread

1 file changed

+3
-0
lines changed

keps/sig-scheduling/3022-min-domains-in-pod-topology-spread/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,10 @@ For each of them, fill in the following information by copying the below templat
523523
###### What steps should be taken if SLOs are not being met to determine the problem?
524524

525525
- Check `plugin_execution_duration_seconds{plugin="PodTopologySpread"}` to see if latency increased.
526+
- In this case, the metrics showes literally the feature is slow.
527+
- You should stop using `MinDomains` in your Pods and may need to disable `MinDomains` feature by feature flag `MinDomainsInPodTopologySpread`.
526528
- Check `schedule_attempts_total{result="error|unschedulable"}` to see if the number of attempts increased.
529+
- In this case, your use of `MinDomains` may be incorrect or not appropriate for your cluster.
527530

528531
## Implementation History
529532

0 commit comments

Comments
 (0)