Update deployment.md
deployment name is nginx-deployment and not nginx
This commit is contained in:
@@ -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:
|
You can make as many updates as you wish, for example, update the resources that will be used:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ kubectl set resources deployment nginx -c=nginx --limits=cpu=200m,memory=512Mi
|
$ kubectl set resources deployment nginx-deployment -c=nginx --limits=cpu=200m,memory=512Mi
|
||||||
deployment "nginx" resource requirements updated
|
deployment "nginx-deployment" resource requirements updated
|
||||||
```
|
```
|
||||||
|
|
||||||
The initial state of the Deployment prior to pausing it will continue its function, but new updates to
|
The initial state of the Deployment prior to pausing it will continue its function, but new updates to
|
||||||
|
|||||||
Reference in New Issue
Block a user