- Home
- All questions
- Question 929
CKA study material · question 929 of 1000
How is a wait for a Pod's Ready condition to become false written?
Show the answer
Answer: D. --for=condition=Ready=false
A condition defaults to true, so the target value is appended after an equals sign to wait for anything else.
Source: kubectl wait (Kubernetes) — Examples