File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Follow the steps given below to create the above Deployment:
102
102
The output is similar to:
103
103
```
104
104
Waiting for rollout to finish: 2 out of 3 new replicas have been updated...
105
- deployment.apps/ nginx-deployment successfully rolled out
105
+ deployment " nginx-deployment" successfully rolled out
106
106
```
107
107
108
108
4 . Run the ` kubectl get deployments ` again a few seconds later.
@@ -205,7 +205,7 @@ Follow the steps given below to update your Deployment:
205
205
```
206
206
or
207
207
```
208
- deployment.apps/ nginx-deployment successfully rolled out
208
+ deployment " nginx-deployment" successfully rolled out
209
209
```
210
210
211
211
Get more details on your updated Deployment:
@@ -857,7 +857,7 @@ kubectl rollout status deployment.v1.apps/nginx-deployment
857
857
The output is similar to this:
858
858
` ` `
859
859
Waiting for rollout to finish: 2 of 3 updated replicas are available...
860
- deployment.apps/ nginx-deployment successfully rolled out
860
+ deployment " nginx-deployment" successfully rolled out
861
861
` ` `
862
862
and the exit status from ` kubectl rollout` is 0 (success):
863
863
` ` ` shell
You can’t perform that action at this time.
0 commit comments