Third Korean l10n work for release 1.18
- Translate cluster-administration/networking.md in Korean - Fix issue with concepts/storage/volumes.md - Translate /concepts/configuration/pod-overhead in Korean - Update to Outdated files in the dev-1.18-ko.3 branch. - Translate concepts/configuration/configmap.md in Korean - Translate contribute/review/reviewing-prs/ in Korean - Translate concepts/configuration/pod-priority-preemption.md in Korean - Translate tasks/configure-pod-container/configure-volume-storage in Korean - Translate contribute/new-content/new-content/ in Korean - Translate concepts/architecture/control-plane-node-communication.md in Korean - Restore the deleted master-node-communication.md file - Translate concepts/cluster-administration/addons.md in Korean - Translate contribute/new-content/overview/ in Korean - Translate tasks/tools/install-kubectl.md in Korean - Translate concepts/configuration/manage-resources-containers.md in Korean - Translate tasks/administer-cluster/kubeadm/kubeadm-upgrade/ in Korean - add new words to Korean glossary and fix minor - Translate contribute/style/_index.md in Korean - Translate concepts/cloud-administration/cloud-providers.md in Korean - Translate contribute/review/for-approvers.md in Korean Co-authored-by: Jerry Park <jaehwa@gmail.com> Co-authored-by: Seokho Son <shsongist@gmail.com> Co-authored-by: jmyung <jesang.myung@gmail.com> Co-authored-by: coolguyhong <podolsmith@naver.com> Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com> Co-authored-by: bluefriday <bluefriday86@gmail.com> Co-authored-by: SangshikLee <neolss@gmail.com>
This commit is contained in:
committed by
Claudia J.Kang
parent
c74ce882ec
commit
ca62e21766
@@ -296,12 +296,13 @@ parameters:
|
||||
|
||||
`replication-type` 이 `regional-pd` 로 설정되면,
|
||||
[지역 퍼시스턴트 디스크](https://cloud.google.com/compute/docs/disks/#repds)
|
||||
가 프로비전된다. 이 경우, 사용자는 `zone` 대신 `zones` 를 사용해서 원하는
|
||||
복제 영역을 지정해야 한다. 정확히 두 개의 영역이 지정된 경우, 해당
|
||||
영역에서 지역 PD가 프로비전된다. 둘 이상의 영역이 지정되면
|
||||
쿠버네티스는 지정된 영역 중에서 임의로 선택한다. `zones` 파라미터가 생략되면,
|
||||
쿠버네티스는 클러스터가 관리하는 영역 중에서
|
||||
임의로 선택한다.
|
||||
가 프로비전된다. 이는 퍼시스턴트볼륨클레임과 스토리지클래스를 소모하는 파드를
|
||||
생성할 때 지역 퍼시스턴트 디스크는 두개의 영역으로
|
||||
프로비전되기에 `volumeBindingMode: WaitForFirstConsumer` 를
|
||||
설정하는 것을 강력히 권장한다. 하나의 영역은 파드가 스케줄된
|
||||
영역과 동일하다. 다른 영역은 클러스터에서 사용할 수
|
||||
있는 영역에서 임의로 선택된다. 디스크 영역은 `allowedTopologies` 를
|
||||
사용하면 더 제한할 수 있다.
|
||||
|
||||
{{< note >}}
|
||||
`zone` 과 `zones` 파라미터는 사용 중단 되었으며,
|
||||
|
||||
Reference in New Issue
Block a user