kubectl rollout status deploy/web --timeout=120s

Category: Kubernetes & Containers

kubectl rollout status deploy/web --timeout=120s

Wait for a rollout to finish

Blocks until the web deployment's rollout completes or the 120 second timeout expires, printing progress along the way. Scripts use this after kubectl apply or set image to know when the new version is live. A non-zero exit means the rollout did not finish in time.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.