Study. uk . com
  1. Home
  2. All questions
  3. Question 922

CKA study material · question 922 of 1000

kubectl rollout undo deployment/api is run with no other flags. Which revision does it restore?

  1. The first revision in the history
  2. The immediately preceding revision
  3. The last revision that reached a complete state
  4. The revision named in the change-cause annotation
Show the answer

Answer: B. The immediately preceding revision

rollout undo goes back one revision by default; --to-revision selects a specific earlier one from the history.

Source: kubectl rollout undo (Kubernetes) — Examples

Challenge yourself on this topic → Study as cards