- Home
- All questions
- Question 479
CKA study material · question 479 of 1000
Which kubectl rollout subcommands do what? Choose two.
Show the answer
Answer: D. kubectl rollout status -w blocks until the rollout finishes
C. kubectl rollout undo returns to the previous revision
status -w waits for completion, history lists revisions and undo returns to the previous or a named one.
Source: kubectl Quick Reference (Kubernetes) — Updating resources