Reflect some changes to dev-1.20-ko.6

This commit is contained in:
Jihoon Seo
2021-03-08 17:33:18 +09:00
parent fa7ece8903
commit c148e61ba8
2 changed files with 2 additions and 2 deletions
@@ -921,7 +921,7 @@ web-2 0/1 Terminating 0 3m
`web` 스테이트풀셋이 다시 생성될 때 먼저 `web-0` 시작한다.
`web-1`은 이미 Running과 Ready 상태이므로 `web-0`이 Running과 Ready 상태로
전환될 때는 이 파드에 적용다. 스테이트풀셋에`replicas`를 2로 하고
전환될 때는 이 파드에 적용다. 스테이트풀셋에 `replicas`를 2로 하고
`web-0`을 재생성했다면 `web-1`
이미 Running과 Ready 상태이고,
`web-2`은 종료되었을 것이다.