Fix misspell of type of Pod condition at init container explanation (ko) (#17415)
In explanation of init container, doc says 'Initializing' pod condition. However according to doc of pod condition[1], it should be 'Initialized'. This commit fixes this misspell of Korean doc. This misspell is verified by PR #17329 which fixes English doc. [1] https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-conditionspull/17415/merge
parent
298668da74
commit
31ff8d011b
|
@ -275,7 +275,7 @@ myapp-pod 1/1 Running 0 9m
|
|||
|
||||
파드는 모든 초기화 컨테이너가 성공되기 전까지 `Ready`될 수 없다. 초기화 컨테이너의 포트는
|
||||
서비스 하에 합쳐지지 않는다. 초기화 중인 파드는 `Pending` 상태이지만
|
||||
`Initializing`이 참이 되는 조건을 가져야 한다.
|
||||
`Initialized`이 참이 되는 조건을 가져야 한다.
|
||||
|
||||
만약 파드가 [재시작](#파드-재시작-이유)되었다면, 모든 초기화 컨테이너는
|
||||
반드시 다시 실행된다.
|
||||
|
|
Loading…
Reference in New Issue