File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/ko/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 @@ -100,7 +100,7 @@ kubectl apply -f https://k8s.io/examples/controllers/nginx-deployment.yaml
100
100
다음과 유사하게 출력된다.
101
101
```
102
102
Waiting for rollout to finish: 2 out of 3 new replicas have been updated...
103
- deployment.apps/ nginx-deployment successfully rolled out
103
+ deployment " nginx-deployment" successfully rolled out
104
104
```
105
105
106
106
4 . 몇 초 후 ` kubectl get deployments ` 를 다시 실행한다.
@@ -203,7 +203,7 @@ kubectl apply -f https://k8s.io/examples/controllers/nginx-deployment.yaml
203
203
```
204
204
또는
205
205
```
206
- deployment.apps/ nginx-deployment successfully rolled out
206
+ deployment " nginx-deployment" successfully rolled out
207
207
```
208
208
209
209
업데이트된 디플로이먼트에 대해 자세한 정보 보기
@@ -855,7 +855,7 @@ kubectl rollout status deployment.v1.apps/nginx-deployment
855
855
이와 유사하게 출력된다.
856
856
` ` `
857
857
Waiting for rollout to finish: 2 of 3 updated replicas are available...
858
- deployment.apps/ nginx-deployment successfully rolled out
858
+ deployment " nginx-deployment" successfully rolled out
859
859
` ` `
860
860
그리고 ` kubectl rollout` 의 종료 상태는 0(success)이다.
861
861
` ` ` shell
You can’t perform that action at this time.
0 commit comments