Update deployment.md

Missing a signal.
This commit is contained in:
Stewart-YU
2017-08-18 08:27:40 +08:00
committed by Andrew Chen
parent d897b6b195
commit 98b0d1fde6
@@ -476,7 +476,7 @@ $ kubectl set image deploy/nginx-deployment nginx=nginx:sometag
deployment "nginx-deployment" image updated
```
The image update starts a new rollout with ReplicaSet nginx-deployment-1989198191 but it's blocked due to the
The image update starts a new rollout with ReplicaSet nginx-deployment-1989198191, but it's blocked due to the
maxUnavailable requirement that we mentioned above.
```shell