From 21725079436e3826952ad82dd57f8ab7ac7ab39c Mon Sep 17 00:00:00 2001 From: Michail Kargakis Date: Wed, 25 Jan 2017 10:44:31 +0100 Subject: [PATCH] Update deployment completeness documentation --- docs/user-guide/deployments.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user-guide/deployments.md b/docs/user-guide/deployments.md index 0b4ae0d85a..c7c34b6135 100644 --- a/docs/user-guide/deployments.md +++ b/docs/user-guide/deployments.md @@ -567,6 +567,7 @@ Kubernetes marks a Deployment as _progressing_ when one of the following tasks i * The Deployment is in the process of creating a new ReplicaSet. * The Deployment is scaling up an existing ReplicaSet. * The Deployment is scaling down an existing ReplicaSet. +* New pods become available. You can monitor the progress for a Deployment by using `kubectl rollout status`.