- Home
- All questions
- Question 678
CKA study material · question 678 of 1000
A topology spread constraint sets minDomains to 3 alongside whenUnsatisfiable: ScheduleAnyway. What is the problem?
Show the answer
Answer: A. minDomains may only be used with whenUnsatisfiable: DoNotSchedule
minDomains is valid only with DoNotSchedule, must be greater than zero, and behaves as 1 when omitted.
Source: Pod Topology Spread Constraints (Kubernetes) — Spread constraint definition