Skip to content

Conversation

@Kim-Yukyung
Copy link

@Kim-Yukyung Kim-Yukyung commented Nov 9, 2025

Description

Added Korean translation for /docs/concepts/configuration/liveness-readiness-startup-probes.md

Issue

Closes: #53127

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign ianychoi for approval. For more information see the Code Review Process.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added area/localization General issues or PRs related to localization language/ko Issues or PRs related to Korean language cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Nov 9, 2025
@netlify
Copy link

netlify bot commented Nov 9, 2025

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit 6fb545c
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-io-main-staging/deploys/6914a2507a1b860008805258
😎 Deploy Preview https://deploy-preview-53133--kubernetes-io-main-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@developowl
Copy link
Member

/assign

Copy link
Member

@developowl developowl left a 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팀의 신지훈입니다. 기여에 감사합니다!
한글화의 완성도가 굉장히 높은 것 같습니다. 고생하셨습니다.
한글화팀은 현재 "원문의 가로폭 및 개행도 일치"시키며 한글화 작업을 하고 있습니다. 자세한 사항은 쿠버네티스 문서 한글화 가이드 를 참고해주시면 될 것 같습니다. 리뷰 확인 후 멘션주세요. 감사합니다! :)

Comment on lines +25 to +27

## 준비성 프로브
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## 준비성 프로브
## 준비성 프로브

원문의 개행과 일치하게 수정해보았습니다.

Comment on lines +33 to +36

## 시작 프로브
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## 시작 프로브
## 시작 프로브

마찬가지로 원문의 개행과 일치시키면 좋을 것 같습니다.

@@ -0,0 +1,42 @@
---
title: 활성(Liveness), 준비성(Readiness), 시작(Startup) 프로브
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: 활성(Liveness), 준비성(Readiness), 시작(Startup) 프로브
title: 활성(Liveness), 준비성(Readiness) 그리고 시작(Startup) 프로브

원문의 and와 현재 문서가 인용된 문서활성, 준비성 그리고 시작 프로브를 참고한다. 를 반영하여 제목을 수정하면 좋을 것 같습니다.

@Kim-Yukyung
Copy link
Author

지훈님 안녕하세요! @developowl
리뷰 감사드립니다 ☺️ 말씀해주신 내용 모두 반영하였습니다.
확인 부탁드립니다 :)

@developowl
Copy link
Member

look good to me!! 🥝

/cc @jongwooo @ianychoi

@ianychoi
Copy link
Member

This PR looks generally good, plus, I have two suggestions.

The first is simple - let's use the same term for the doc from content/ko/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md.

The second would require additional work, so a separated PR would be a good idea.
I think updating content/ko/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md from content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md is needed including changing the below reference link to Korean doc once this PR is merged.

프로브에 대한 자세한 정보는 [활성, 준비성 그리고 시작 프로브](/docs/concepts/configuration/liveness-readiness-startup-probes)를 참고한다.

And, please squash the multiple commits for the PR into one commit. Thank you.


## 활성 프로브

활성 프로브는 컨테이너를 재시작할 시점을 결정한다. 예를 들어, 애플리케이션이 동작 중이지만 진행이 되지 않는 데드락 상태에 빠진 경우, 활성 프로브가 이를 감지할 수 있다.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

데드락 -> 교착 상태(deadlock)

@Kim-Yukyung Kim-Yukyung force-pushed the ko-translate-lrs-probes branch from f1fe8a1 to 6fb545c Compare November 12, 2025 15:05
@Kim-Yukyung
Copy link
Author

Thank you for the review ☺️ @ianychoi

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 content/ko/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md based on the latest English version after this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/localization General issues or PRs related to localization cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/ko Issues or PRs related to Korean language sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ko] Translate /docs/concepts/configuration/liveness-readiness-startup-probes.md into Korean

4 participants