Fix typo in deployment.md

This commit is contained in:
Anthony Sottile
2017-09-28 10:44:34 -07:00
committed by GitHub
parent 88d3ed821d
commit 22477315f4
@@ -88,7 +88,7 @@ Notice how the values in each field correspond to the values in the Deployment s
* The number of desired replicas is 3 according to `spec: replicas` field.
* The number of current replicas is 0 according to the `.status.replicas` field.
* The number of up-to-date replicas is 0 accoridng to the `.status.updatedReplicas` field.
* The number of up-to-date replicas is 0 according to the `.status.updatedReplicas` field.
* The number of available replicas is 0 according to the `.status.availableReplicas` field.
To see the Deployment rollout status, run `kubectl rollout status deployment/nginx-deployment`. This command returns the following output: