Skip to content
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

Update offline-intro.adoc #118

Open
wants to merge 3 commits into
base: 5.2-ko
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion installation_guide/kubespray/offline-intro.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,23 @@ https://github.com/tmax-cloud/install-pkg-repo/tree/5.0
----
====

. *모듈 스트림 활성화*
+
.webserver repo node에서 실행
----
$ dnf module enable httpd
----
+
.kubespray install 실행하는 node에서 실행
----
$ dnf module enable python36
----
+
.모든 node에서 실행
----
$ dnf module enable container-tools javapackages-runtime
----

. *httpd 설치 및 환경 설정*
+
httpd를 설치한 후 /etc/httpd/conf/ 하위의 httpd.conf 파일을 열어 아래와 같이 내용을 수정한다. +
Expand Down Expand Up @@ -459,7 +476,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 +
Expand Down