Update deployment completeness documentation

This commit is contained in:
Michail Kargakis
2017-01-25 10:44:31 +01:00
committed by Andrew Chen
parent 501bde89e4
commit 2172507943
+1
View File
@@ -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`.