-
Notifications
You must be signed in to change notification settings - Fork 15.1k
[ko] translate liveness-readiness-startup probes page #53133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
/assign |
developowl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Kim-Yukyung thank you for contribution! 🥝
유경님 안녕하세요. SIG-Docs-ko팀의 신지훈입니다. 기여에 감사합니다!
한글화의 완성도가 굉장히 높은 것 같습니다. 고생하셨습니다.
한글화팀은 현재 "원문의 가로폭 및 개행도 일치"시키며 한글화 작업을 하고 있습니다. 자세한 사항은 쿠버네티스 문서 한글화 가이드 를 참고해주시면 될 것 같습니다. 리뷰 확인 후 멘션주세요. 감사합니다! :)
|
|
||
| ## 준비성 프로브 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ## 준비성 프로브 | |
| ## 준비성 프로브 |
원문의 개행과 일치하게 수정해보았습니다.
|
|
||
| ## 시작 프로브 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ## 시작 프로브 | |
| ## 시작 프로브 |
마찬가지로 원문의 개행과 일치시키면 좋을 것 같습니다.
| @@ -0,0 +1,42 @@ | |||
| --- | |||
| title: 활성(Liveness), 준비성(Readiness), 시작(Startup) 프로브 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| title: 활성(Liveness), 준비성(Readiness), 시작(Startup) 프로브 | |
| title: 활성(Liveness), 준비성(Readiness) 그리고 시작(Startup) 프로브 |
원문의 and와 현재 문서가 인용된 문서의 활성, 준비성 그리고 시작 프로브를 참고한다. 를 반영하여 제목을 수정하면 좋을 것 같습니다.
|
지훈님 안녕하세요! @developowl |
|
This PR looks generally good, plus, I have two suggestions. The first is simple - let's use the same term for the doc from The second would require additional work, so a separated PR would be a good idea. And, please squash the multiple commits for the PR into one commit. Thank you. |
|
|
||
| ## 활성 프로브 | ||
|
|
||
| 활성 프로브는 컨테이너를 재시작할 시점을 결정한다. 예를 들어, 애플리케이션이 동작 중이지만 진행이 되지 않는 데드락 상태에 빠진 경우, 활성 프로브가 이를 감지할 수 있다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
데드락 -> 교착 상태(deadlock)
f1fe8a1 to
6fb545c
Compare
|
Thank you for the review I've applied the terminology consistency changes and squashed the commits into one. I also confirmed second suggestion! I'll create a separate PR to update |
Description
Added Korean translation for
/docs/concepts/configuration/liveness-readiness-startup-probes.mdIssue
Closes: #53127