From bccb996b99729ceb466346bfc07caa4c252f4e17 Mon Sep 17 00:00:00 2001 From: juyounghwang <86279171+juyounghwang@users.noreply.github.com> Date: Tue, 19 Dec 2023 10:29:24 +0900 Subject: [PATCH 1/3] Update offline-intro.adoc --- .../kubespray/offline-intro.adoc | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/installation_guide/kubespray/offline-intro.adoc b/installation_guide/kubespray/offline-intro.adoc index ead005d7..6544b82a 100644 --- a/installation_guide/kubespray/offline-intro.adoc +++ b/installation_guide/kubespray/offline-intro.adoc @@ -230,6 +230,28 @@ https://github.com/tmax-cloud/install-pkg-repo/tree/5.0 ---- ==== +. *모듈 스트림 활성화* ++ +.webserver repo node에서 실행 +---- +$ dnf module enable httpd +---- ++ +.private registry node에서 실행 +---- +$ dnf module enable container-tools +---- ++ +.kubespray install 실행하는 node에서 실행 +---- +$ dnf module enable python36 +---- ++ +.모든 node에서 실행 +---- +$ dnf module enable javapackages-runtime +---- + . *httpd 설치 및 환경 설정* + httpd를 설치한 후 /etc/httpd/conf/ 하위의 httpd.conf 파일을 열어 아래와 같이 내용을 수정한다. + From c336568a0cc105e0dc62a7c1a5feec22511ec89f Mon Sep 17 00:00:00 2001 From: juyounghwang <86279171+juyounghwang@users.noreply.github.com> Date: Wed, 20 Dec 2023 13:42:48 +0900 Subject: [PATCH 2/3] Update offline-intro.adoc --- installation_guide/kubespray/offline-intro.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/installation_guide/kubespray/offline-intro.adoc b/installation_guide/kubespray/offline-intro.adoc index 6544b82a..728fedc1 100644 --- a/installation_guide/kubespray/offline-intro.adoc +++ b/installation_guide/kubespray/offline-intro.adoc @@ -481,7 +481,9 @@ sshpass-1.06-8.el8.x86_64.rpm + nfs-utils-2.3.3-41.el8.x86_64.rpm + java-1.8.0-openjdk-1.8.0.282.b08-4.el8.x86_64.rpm + unzip + -tar +tar + +ebtables + +bash-completion |프라이빗 레지스트리 노드|podman |웹 서버 리포지터리 노드|httpd(apache) |Kubespray 설치 노드|python3-pip-9.0.3-19.el8.noarch.rpm + From c7bfc17b0b280c2329d0836be9f3b64d17842257 Mon Sep 17 00:00:00 2001 From: juyounghwang <86279171+juyounghwang@users.noreply.github.com> Date: Tue, 26 Dec 2023 16:11:50 +0900 Subject: [PATCH 3/3] Update offline-intro.adoc --- installation_guide/kubespray/offline-intro.adoc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/installation_guide/kubespray/offline-intro.adoc b/installation_guide/kubespray/offline-intro.adoc index 728fedc1..39f8e147 100644 --- a/installation_guide/kubespray/offline-intro.adoc +++ b/installation_guide/kubespray/offline-intro.adoc @@ -237,11 +237,6 @@ https://github.com/tmax-cloud/install-pkg-repo/tree/5.0 $ dnf module enable httpd ---- + -.private registry node에서 실행 ----- -$ dnf module enable container-tools ----- -+ .kubespray install 실행하는 node에서 실행 ---- $ dnf module enable python36 @@ -249,7 +244,7 @@ $ dnf module enable python36 + .모든 node에서 실행 ---- -$ dnf module enable javapackages-runtime +$ dnf module enable container-tools javapackages-runtime ---- . *httpd 설치 및 환경 설정*