-
Notifications
You must be signed in to change notification settings - Fork 15.1k
[ko] Update outdated files in dev-1.26-ko.1 (M59) #39700
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
[ko] Update outdated files in dev-1.26-ko.1 (M59) #39700
Conversation
yujinchoi-94
commented
Feb 27, 2023
- Related issue: [ko] Outdated Korean contents in the dev-1.26-ko.1 #38458
- 일부 매끄럽지 못한 번역을 수정했습니다. Related [ko] Outdated Korean contents in the dev-1.26-ko.1 #38458 (comment)
|
Welcome @yujinchoi-94! |
|
|
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
| 요약하면, _test_ 네임스페이스에 있는 파드는 `data.prod` 또는 | ||
| `data.prod.svc.cluster.local` 중 하나를 통해 성공적으로 해석될 수 있다. | ||
| `data.prod.svc.cluster.local` 을 성공적으로 해석할 수 있다. |
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.
@yujinchoi-94 기여 감사합니다!
@bconfiden2 님의 의견 도 참고하여 다음과 같이 제안해 봅니다 ㅎㅎ
요약하면, _test_ 네임스페이스에 있는 파드는, `prod` 네임스페이스에 있는 `data` 파드를 가리키는 도메인 이름인
`data.prod` 또는 `data.prod.svc.cluster.local` 을 성공적으로 해석할 수 있다.
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.
빠르게 검토했습니다. 수고 많으셨습니다. 👍
|
|
||
| "헤드리스"(클러스터 IP가 없는) 서비스 또한 서비스 IP 계열에 따라 | ||
| `my-svc.my-namespace.svc.cluster-domain.example` | ||
| [헤드리스 서비스](/docs/concepts/services-networking/service/#headless-services)(클러스터 IP가 없는) 또한`my-svc.my-namespace.svc.cluster-domain.example` |
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.
| [헤드리스 서비스](/docs/concepts/services-networking/service/#headless-services)(클러스터 IP가 없는) 또한`my-svc.my-namespace.svc.cluster-domain.example` | |
| [헤드리스 서비스](/docs/concepts/services-networking/service/#headless-services)(클러스터 IP가 없는) 또한 `my-svc.my-namespace.svc.cluster-domain.example` |
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.
꼼꼼한 확인 감사합니다 :)
8adf48d to
b2b2e43
Compare
|
아래와 같은 이유로, 빌드오류가 발생하고 있습니다. (cve-feed 관련 오류) 해당 오류 해결을 위해 PR #39787을 통해서 dev-1.26-ko.1가 업데이트될 예정이며, @kubernetes/sig-docs-ko-reviews 현재 PR 상태에서도 리뷰가 가능하니, self-assign 하여 리뷰 추진을 부탁드립니다. :) |
b2b2e43 to
1b9d33b
Compare
✅ Deploy Preview for k8s-dev-ko ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
안녕하세요 @yujinchoi-94 님!
기여 감사합니다! 의미를 더 명확하게 잘 정리해주셨네요.
한글화 방침과 관련된 몇 가지 의견이 있어서 의견을 남겼습니다.
이미 두 리뷰어께서 주신 의견은 반영을 해주신 것 같으니, 제가 드리는 의견을 최종 의견으로 보시면 될 것 같습니다. 적절히 반영해주시면, 제가 살펴보고 승인까지 처리하도록 하겠습니다.
/assign @seokho-son
|
|
||
| "헤드리스"(클러스터 IP가 없는) 서비스 또한 서비스 IP 계열에 따라 | ||
| `my-svc.my-namespace.svc.cluster-domain.example` | ||
| [헤드리스 서비스](/docs/concepts/services-networking/service/#headless-services)(클러스터 IP가 없는) 또한 `my-svc.my-namespace.svc.cluster-domain.example` |
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.
| [헤드리스 서비스](/docs/concepts/services-networking/service/#headless-services)(클러스터 IP가 없는) 또한 `my-svc.my-namespace.svc.cluster-domain.example` | |
| [헤드리스 서비스](/ko/docs/concepts/services-networking/service/#헤드리스-headless-서비스)(클러스터 IP가 없는) 또한 `my-svc.my-namespace.svc.cluster-domain.example` |
한글 문서가 있는 경우, 해당 링크를 사용하도록 처리하고 있습니다. :)
|
|
||
| 엔드포인트 오브젝트는 `hostname` 필드를 | ||
| 임의의 엔드포인트 IP 주소로 지정할 수 있다. | ||
| {{<glossary_tooltip term_id="endpoint-slice" text="EndpointSlice">}}는 임의의 엔드포인트 주소에 대해 해당 IP와 함께 DNS 호스트 네임을 지정할 수 있다. |
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 term_id="endpoint-slice" text="EndpointSlice">}}는 임의의 엔드포인트 주소에 대해 해당 IP와 함께 DNS 호스트 네임을 지정할 수 있다. | |
| {{<glossary_tooltip term_id="endpoint-slice" text="엔드포인트슬라이스(EndpointSlice)">}}는 임의의 엔드포인트 주소에 대해 해당 IP와 함께 DNS 호스트 네임을 지정할 수 있다. |
쿠버네티스 문서 한글화 가이드 - 한글화 용어집 에 따라 수정해보았습니다.
| EndpointSlice | 엔드포인트슬라이스(EndpointSlice) | API 오브젝트인 경우 |
|---|
참고로 glossary_tooltip (shortCode)은 https://kubernetes.io/ko/docs/reference/glossary/?all=true 에서 term_id에 해당하는 용어를 매핑하여 출력하며, 해당 용어가 한글화되어 있는 경우 한글화된 용어로 출력하게 되어 있습니다.
단, glossary_tooltip 에 text=가 지정되어 있는 경우 text에 해당하는 값을 출력하므로, 이 경우 text 값은 한글로 변경하고 있습니다.
|
|
||
| 쿠버네티스는 파드의 DNS 환경 설정을 위해 기본적으로 최대 6개의 탐색 도메인과 | ||
| 최대 256자의 탐색 도메인 목록을 허용한다. | ||
| 쿠버네티스는 탐색 도메인 리스트가 32개를 넘거나 모든 탐색 도메인의 길이가 2048자를 초과할 때 까지 DNS Config에 자체적인 제한을 하지 않는다. |
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.
| 쿠버네티스는 탐색 도메인 리스트가 32개를 넘거나 모든 탐색 도메인의 길이가 2048자를 초과할 때 까지 DNS Config에 자체적인 제한을 하지 않는다. | |
| 쿠버네티스는 탐색 도메인 리스트가 32개를 넘거나 모든 탐색 도메인의 길이가 2048자를 초과할 때까지 DNS Config에 자체적인 제한을 하지 않는다. |
| 쿠버네티스는 최대 32개의 탐색 도메인과 | ||
| 최대 2048자의 탐색 도메인 목록을 허용한다. | ||
| {{< note >}} | ||
| 이전 버전의 일부 컨테이너 런타임은 DNS 탐색 도메인 수에 대해 자체적인 제한을 가지고 있을 수 있다. 컨테이너 런타임 환경에 따라 많은 수의 DNS 검색 도메인을 갖는 파드는 pending 상태로 고착될 수 있다. |
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.
| 이전 버전의 일부 컨테이너 런타임은 DNS 탐색 도메인 수에 대해 자체적인 제한을 가지고 있을 수 있다. 컨테이너 런타임 환경에 따라 많은 수의 DNS 검색 도메인을 갖는 파드는 pending 상태로 고착될 수 있다. | |
| 이전 버전의 일부 컨테이너 런타임은 DNS 탐색 도메인 수에 대해 | |
| 자체적인 제한을 가지고 있을 수 있다. 컨테이너 런타임 | |
| 환경에 따라 많은 수의 DNS 검색 도메인을 갖는 파드는 | |
| pending 상태로 고착될 수 있다. |
https://kubernetes.io/ko/docs/contribute/localization_ko/ 한글화 가이드에 따라
문서 코딩 가이드
가로폭은 원문을 따름
유지보수의 편의를 위해서 원문의 가로폭을 따른다.
즉, 원문이 한 문단을 줄바꿈하지 않고 한 행에 길게 기술했다면 한글화 시에도 한 행에 길게 기술하고, 원문이 한 문단을 줄바꿈해서 여러 행으로 기술한 경우에는 한글화 시에도 가로폭을 원문과 비슷하게 유지한다.
개행이 필요해 보입니다. 이는 코드의 유지보수를 위한 요청사항입니다.
예를 들어, 해당 내용의 영어 원문이 336 ~ 339 라인에 위치해 있다면, 한글 내용도 336 ~ 339 라인에 위치하도록 변경이 필요합니다. (의미에 맞춰 개행할 필요까지는 없고, 대략 라인을 맞추면 됩니다.)
336: Some container runtimes of earlier versions may have their own restrictions on
337: the number of DNS search domains. Depending on the container runtime
338: environment, the pods with a large number of DNS search domains may get stuck in
339: the pending state.
가능하시다면, 문서 전반적으로 영어 원문과 라인이 유사(가급적 동일)하게 되도록
정리해주실 수 있을까요? :)
1b9d33b to
47c1787
Compare
47c1787 to
2b8112d
Compare
|
@seokho-son 말씀해주신 부분 + 문서 전반적인 라인 수 맞추기 반영했습니다. 리뷰 감사합니다! 😀 |
|
@yujinchoi-94 빠른 업데이트 감사합니다! 완벽하네요 :) /lgtm |
|
LGTM label has been added. Git tree hash: 7f36b6a75098845ff458298f3cca19574a9d7c44
|
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: seokho-son The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |