- 
                Notifications
    You must be signed in to change notification settings 
- Fork 15.1k
[ko] Update /ko/concepts/workloads/controllers/daemonset.md #52944
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?
[ko] Update /ko/concepts/workloads/controllers/daemonset.md #52944
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 | 
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.
The change part looks good me, but we need to double-check existing translation part to be consistent. Please double-check with my comments for your new revision. Thanks.
|  | ||
| {{< feature-state for_k8s_version="1.17" state="stable" >}} | ||
|  | ||
| 데몬셋은 자격이 되는 모든 노드에서 파드 사본이 실행하도록 보장한다. 일반적으로 | 
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.
This line needs to be consistent with L21: "데몬셋 은 모든(또는 일부) 노드가 파드의 사본을 실행하도록 한다. 노드가 클러스터에 추가되면". I like "실행하도록 보장한다" - please reflect L21 translation.
| 데몬셋은 파드를 생성한다는 점에서 [디플로이먼트](/ko/docs/concepts/workloads/controllers/deployment/)와 유사하고, | ||
| 해당 파드에서는 프로세스가 종료되지 않을 것으로 | ||
| 예상한다(예: 웹 서버). | ||
| 예상한다(예: 웹 서버, 스토리지 서버). | 
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.
L236: "데몬 셋을" -> "데몬셋을"
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.
@Eundms 기여에 감사합니다. 간단한 리뷰를 남겼습니다. 확인 부탁드립니다!
| 다음과 같이 관련 기능에 따라 자동적으로 데몬셋 파드에 | ||
| 톨러레이션을 추가한다. | ||
| 데몬셋 컨트롤러는 데몬셋 파드에 | ||
| {{< glossary_tooltip text="톨러레이션" term_id="toleration" >}} 세트를 추가한다. | 
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.
| {{< glossary_tooltip text="톨러레이션" term_id="toleration" >}} 세트를 추가한다. | |
| {{< glossary_tooltip text="톨러레이션" term_id="toleration" >}} 세트를 자동으로 추가한다. | 
원문의 automatically 의 번역이 누락된 것 같습니다.
| (thanks for the effort on updating this page) | 
274040c    to
    64541d6      
    Compare
  
    | 
 
 @ianychoi @developowl Thank you for the review! I’ve reflected your feedback and additionally fixed a few untranslated sentences and adjusted some wording in the table. 
 | 
| /assign /lgtm | 
| LGTM label has been added. Git tree hash: c33f17dfb25428603d880c2ac0c1a0aad6469b69 | 
Description
Issue
Closes: #52553