- Home
- All questions
- Question 132
CKA study material · question 132 of 1000
A Deployment is updated again while a rollout is still in progress. What does the controller do?
Show the answer
Answer: D. It creates a further ReplicaSet and starts scaling down the one it was scaling up
The controller does not wait: a new ReplicaSet is created and the previous one is added to the old list.
Source: Deployments (Kubernetes) — Rollover (aka multiple updates in-flight)