-
Notifications
You must be signed in to change notification settings - Fork 15k
[ko] Translate /docs/tasks/network/reconfigure-default-service-ip-ranges into Korean #52602
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] Translate /docs/tasks/network/reconfigure-default-service-ip-ranges into Korean #52602
Conversation
✅ 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.
@kamothi 님 기여에 감사합니다. 리뷰를 남겼으니 확인 및 반영 후 다시 멘션 주세요! 🥝
|
||
서비스 ClusterIPs에 사용 가능한 IP 패밀리는 kube-apiserver의 `--service-cluster-ip-range` | ||
플래그에 의해 결정된다. 서비스 IP 주소 할당에 대해 더 잘 이해하려면 | ||
[서비스 IP 주소 할당 추적](https://kubernetes.io/docs/reference/networking/virtual-ips/#ip-address-objects) 문서를 참고한다. |
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 주소 할당 추적](https://kubernetes.io/docs/reference/networking/virtual-ips/#ip-address-objects) 문서를 참고한다. | |
[가상 IP 및 서비스 프록시](https://kubernetes.io/ko/docs/reference/networking/virtual-ips/#ip-address-objects) 문서를 참고한다. |
해당 페이지는 한글화가 진행되어 있습니다. 제목 또한 해당 페이지 제목과 일치시켜보았습니다.
쿠버네티스 1.33부터, 클러스터에 대해 설정된 서비스 IP 패밀리는 | ||
`kubernetes`라는 이름의 `ServiceCIDR` 오브젝트로 반영된다. `kubernetes` `ServiceCIDR` | ||
오브젝트는 최초로 실행된 kube-apiserver 인스턴스가 자신에게 설정된 `--service-cluster-ip-range` 플래그를 | ||
기반으로 생성한다. 일관된 클러스터 동작을 보장하기 위해, 모든 kube-apiserver 인스턴스는 동일한 `--service-cluster-ip-range` 값으로 설정되어야 하며, 이는 기본 `kubernetes` ServiceCIDR 오브젝트와 일치해야 한다. |
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.
기반으로 생성한다. 일관된 클러스터 동작을 보장하기 위해, 모든 kube-apiserver 인스턴스는 동일한 `--service-cluster-ip-range` 값으로 설정되어야 하며, 이는 기본 `kubernetes` ServiceCIDR 오브젝트와 일치해야 한다. | |
기반으로 생성한다. 일관된 클러스터 동작을 보장하기 위해, 모든 kube-apiserver 인스턴스는 동일한 `--service-cluster-ip-range` 값으로 설정되어야 하며, 이는 기본 kubernetes ServiceCIDR 오브젝트와 일치해야 한다. |
원문에서는 해당 kubernetes 단어에 백틱(강조)이 되어 있지 않습니다.
[서비스 IP 범위 확장] | ||
(https://kubernetes.io/docs/tasks/network/extend-service-ip-ranges/) 문서를 참고한다. |
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 범위 확장] | |
(https://kubernetes.io/docs/tasks/network/extend-service-ip-ranges/) 문서를 참고한다. | |
[서비스 IP 범위 확장] | |
(https://kubernetes.io/ko/docs/tasks/network/extend-service-ip-ranges/) 문서를 참고한다. |
* **단일 스택에서 기본 서비스 CIDR을 유지한 채 이중 스택으로 전환:** 이는 | ||
원래의 IP 패밀리를 기본으로 유지하면서 보조 IP 패밀리(IPv4 전용 클러스터에 IPv6 추가, | ||
또는 IPv6 전용 클러스터에 IPv4 추가)를 도입하는 것을 | ||
의미한다. 이를 위해 kube-apiserver 구성을 업데이트해야 하며, |
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.
의미한다. 이를 위해 kube-apiserver 구성을 업데이트해야 하며, | |
의미한다. 이를 위해 kube-apiserver 구성을 업데이트해야 하며 |
한 문장이 매우 긴 편이지만, 원문에서는 ,
를 사용하지 않고 있습니다.
1. kube-apiserver 구성 **업데이트**: 새로운 IP 범위로 | ||
'--service-cluster-ip-range' 플래그를 수정한다. |
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.
1. kube-apiserver 구성 **업데이트**: 새로운 IP 범위로 | |
'--service-cluster-ip-range' 플래그를 수정한다. | |
1. kube-apiserver 구성 **업데이트**: 새로운 IP 범위로 | |
`--service-cluster-ip-range` 플래그를 수정한다. |
원문에서 사용한 기호(백틱)와 일치시켰습니다.
## {{% heading "whatsnext" %}} | ||
|
||
* **쿠버네티스 네트워킹 개념:** | ||
[https://kubernetes.io/docs/concepts/cluster-administration/networking/](https://kubernetes.io/docs/concepts/cluster-administration/networking/) |
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.
[https://kubernetes.io/docs/concepts/cluster-administration/networking/](https://kubernetes.io/docs/concepts/cluster-administration/networking/) | |
[https://kubernetes.io/ko/docs/concepts/cluster-administration/networking/](https://kubernetes.io/ko/docs/concepts/cluster-administration/networking/) |
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.
한글화된 페이지가 존재합니다.
* **쿠버네티스 이중 스택 서비스:** | ||
[https://kubernetes.io/docs/concepts/services-networking/dual-stack/](https://kubernetes.io/docs/concepts/services-networking/dual-stack/) |
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.
* **쿠버네티스 이중 스택 서비스:** | |
[https://kubernetes.io/docs/concepts/services-networking/dual-stack/](https://kubernetes.io/docs/concepts/services-networking/dual-stack/) | |
* **쿠버네티스 이중 스택 서비스:** | |
[https://kubernetes.io/ko/docs/concepts/services-networking/dual-stack/](https://kubernetes.io/ko/docs/concepts/services-networking/dual-stack/) |
* **쿠버네티스 서비스 IP 범위 확장:** | ||
[https://kubernetes.io/docs/tasks/network/extend-service-ip-ranges/](https://kubernetes.io/docs/tasks/network/extend-service-ip-ranges/) No newline at end of file |
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 범위 확장:** | |
[https://kubernetes.io/docs/tasks/network/extend-service-ip-ranges/](https://kubernetes.io/docs/tasks/network/extend-service-ip-ranges/) | |
* **쿠버네티스 서비스 IP 범위 확장:** | |
[https://kubernetes.io/ko/docs/tasks/network/extend-service-ip-ranges/](https://kubernetes.io/ko/docs/tasks/network/extend-service-ip-ranges/) |
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.
@kamothi 님 기여에 감사합니다. 리뷰를 남겼으니 확인 및 반영 후 다시 멘션 주세요! 🥝
@developowl 리뷰 감사합니다! 리뷰 반영 완료하였습니다! |
@kamothi 빠른 피드백 반영 감사합니다. 고생 많았습니다! |
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.
Looks overall good. Please reflect my comment and squash into one commit.
|
||
기본 서비스 CIDR을 재구성하려면 클러스터 운영자, 관리자, | ||
또는 클러스터 라이프사이클을 관리하는 소프트웨어가 수행하는 | ||
수동 절차가 필요하다. 일반적으로 다음과 같은 작업이 포함된다. |
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.
"다음과 같은 작업이 포함된다" -> "다음과 같은 작업을 포함한다"
b4fd93d
to
31db29a
Compare
@ianychoi Thanks! I have reflected your feedback and squashed the changes into a single commit. |
/lgtm @jongwooo PTAL |
LGTM label has been added. Git tree hash: b67baf8347ea64f1f0cfede68f166b0579ebf7cb
|
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.
@kamothi 고생하셨습니다. 사소한 리뷰 사항 남겨두었습니다. 참고하여 반영 부탁드립니다.
반영하실 때 squash 부탁드립니다.
쿠버네티스 1.33부터, 클러스터에 대해 설정된 서비스 IP 패밀리는 | ||
`kubernetes`라는 이름의 `ServiceCIDR` 오브젝트로 반영된다. `kubernetes` `ServiceCIDR` | ||
오브젝트는 최초로 실행된 kube-apiserver 인스턴스가 자신에게 설정된 `--service-cluster-ip-range` 플래그를 | ||
기반으로 생성한다. 일관된 클러스터 동작을 보장하기 위해, 모든 kube-apiserver 인스턴스는 동일한 `--service-cluster-ip-range` 값으로 설정되어야 하며, 이는 기본 kubernetes ServiceCIDR 오브젝트와 일치해야 한다. |
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.
기반으로 생성한다. 일관된 클러스터 동작을 보장하기 위해, 모든 kube-apiserver 인스턴스는 동일한 `--service-cluster-ip-range` 값으로 설정되어야 하며, 이는 기본 kubernetes ServiceCIDR 오브젝트와 일치해야 한다. | |
기반으로 생성한다. 일관된 클러스터 동작을 보장하기 위해, 모든 kube-apiserver 인스턴스는 동일한 `--service-cluster-ip-range` 값으로 설정되어야 하며, 이는 기본 쿠버네티스 ServiceCIDR 오브젝트와 일치해야 한다. |
31db29a
to
4022b9b
Compare
@jongwooo 피트백 반영 후 squash 완료하였습니다! 감사합니다! |
4022b9b
to
a2e9e18
Compare
a2e9e18
to
2e92617
Compare
/remove-language bn |
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.
/lgtm
/approve
LGTM label has been added. Git tree hash: 8c154708093f53aaa99b5d2427dc14a48c5386c2
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jongwooo 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 |
docs: translate reconfigure_default_service_ip_ranges into korean
Description
Translate /docs/tasks/network/reconfigure-default-service-ip-ranges/ into Korean
Issue
Closes: #51806