add ko pages

This commit is contained in:
Karen Bradshaw
2020-06-01 09:09:39 -04:00
parent 283572af58
commit 6bfc167c79
168 changed files with 1360 additions and 1190 deletions
@@ -1,11 +1,11 @@
---
reviewers:
title: kubeadm으로 컨트롤 플레인 사용자 정의하기
content_template: templates/concept
content_type: concept
weight: 40
---
{{% capture overview %}}
<!-- overview -->
{{< feature-state for_k8s_version="v1.12" state="stable" >}}
@@ -28,9 +28,9 @@ kubeadm의 `ClusterConfiguration` 오브젝트는 API 서버, 컨트롤러매니
`kubeadm config print init-defaults`를 실행하고 원하는 파일에 출력을 저장하여 기본값인 `ClusterConfiguration` 오브젝트를 생성할 수 있다.
{{< /note >}}
{{% /capture %}}
{{% capture body %}}
<!-- body -->
## APIServer 플래그
@@ -81,4 +81,4 @@ scheduler:
kubeconfig: /home/johndoe/kubeconfig.yaml
```
{{% /capture %}}
@@ -1,11 +1,11 @@
---
reviewers:
title: 고가용성 토폴로지 선택
content_template: templates/concept
content_type: concept
weight: 50
---
{{% capture overview %}}
<!-- overview -->
이 페이지는 고가용성(HA) 쿠버네티스 클러스터의 토플로지를 구성하는 두 가지 선택 사항을 설명한다.
@@ -16,9 +16,9 @@ weight: 50
HA 클러스터를 구성하기 전에 각 토플로지의 장단점을 주의 깊게 고려해야 한다.
{{% /capture %}}
{{% capture body %}}
<!-- body -->
## 중첩된 etcd 토플로지
@@ -61,10 +61,11 @@ HA 클러스터를 구성하기 전에 각 토플로지의 장단점을 주의
![외부 etcd 토플로지](/images/kubeadm/kubeadm-ha-topology-external-etcd.svg)
{{% /capture %}}
{{% capture whatsnext %}}
## {{% heading "whatsnext" %}}
- [kubeadm을 이용하여 고가용성 클러스터 구성하기](/docs/setup/production-environment/tools/kubeadm/high-availability/)
{{% /capture %}}