Merge pull request #5268 from jolcese/patch-1

Update deployment.md
pull/5273/head
Andrew Chen 2017-09-01 16:10:44 -07:00 committed by GitHub
commit 19548473d1
1 changed files with 2 additions and 2 deletions

View File

@ -574,8 +574,8 @@ nginx-2142116321 3 3 3 2m
You can make as many updates as you wish, for example, update the resources that will be used:
```shell
$ kubectl set resources deployment nginx -c=nginx --limits=cpu=200m,memory=512Mi
deployment "nginx" resource requirements updated
$ kubectl set resources deployment nginx-deployment -c=nginx --limits=cpu=200m,memory=512Mi
deployment "nginx-deployment" resource requirements updated
```
The initial state of the Deployment prior to pausing it will continue its function, but new updates to