From 0750b657079b5d7e8df39f04d773bc4c0be5aa24 Mon Sep 17 00:00:00 2001 From: "Young Yoon, Choi" <43867862+Cyy92@users.noreply.github.com> Date: Tue, 25 Aug 2020 14:05:25 +0900 Subject: [PATCH] Update docs/source/2_setup/2_openfx_setup/index.md Co-authored-by: Martin Hwang --- docs/source/2_setup/2_openfx_setup/index.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/source/2_setup/2_openfx_setup/index.md b/docs/source/2_setup/2_openfx_setup/index.md index a06ba0c..3aba033 100644 --- a/docs/source/2_setup/2_openfx_setup/index.md +++ b/docs/source/2_setup/2_openfx_setup/index.md @@ -19,8 +19,12 @@ 쿠버네티스 클러스터는 다음의 두 가지 방식으로 구축할 수 있다. -- 하나 혹은 다수의 물리 서버(가상 머신)를 묶어 `ansible playbook`으로 구축 -- 미니쿠베(Minikube)를 통해 구축 +- Kubernetes 설치 +- Minikube 설치 +-> (Kubernetes와 Minikube의 차이 설명) +... +- Kubernetes 설치 + - Ansible을 이용한 Kubernetes 클러스터 구축 다음은 위의 두 가지 방식을 통해 쿠버네티스 클러스터를 구축하는 방법에 대한 가이드이다. @@ -286,4 +290,3 @@ kube-system storage-provisioner 1/1 Running 0 > Note > > __Solution #1__ 의 방법으로 에러 해결 시, __Solution #2__ 는 진행하지 않아도 된다. -