- Home
- All questions
- Question 629
CKA study material · question 629 of 1000
An engineer sets both maxUnavailable and maxSurge to 0 on a RollingUpdate Deployment. What is wrong with that?
Show the answer
Answer: D. It is rejected, because a rollout with no room to add or remove a Pod could never progress
Neither field may be zero when the other is, since a rolling update needs either room to take a Pod down or room to bring an extra one up.
Source: Deployments (Kubernetes) — Writing a Deployment Spec › Max Surge