From 92c1523a23b655be04a83a1dcf7b78dcd9d077cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B3=80=EC=A0=95=ED=9B=88?= Date: Thu, 16 Mar 2023 06:13:17 +0000 Subject: [PATCH] =?UTF-8?q?setuptools=20=EA=B4=80=EB=A0=A8=20=EB=82=B4?= =?UTF-8?q?=EC=9A=A9=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ec6dd3..3c420b7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > 해당 문서는 kubespray를 통한 kubernetes 설치에 대한 내용을 작성한 문서입니다.
문서의 모든 기준은 Rocky OS 9 기준으로 작성 되었습니다.
-마지막 갱신 날짜 : 2023년 01월 25일
+마지막 갱신 날짜 : 2023년 03월 16일
## 0. Git 설치 & pip3 설치 - Git Install (Rocky OS 9 기준)
@@ -28,6 +28,10 @@ cd /tmp/releases pip install -r requirements.txt --no-index --find-links 경로 ``` - 온라인 환경에서 옮겨온 디렉토리의 경로를 지정하여 ansible을 위한 패키지를 설치한다 +- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-udvjl15t/cryptography/ 에러가 발생할 경우 + - setuptools에서 발생하는 에러 + - 업그레이드를 하면 해결이 되기도 함 + - pip3 install --upgrade --ignore-installed pip setuptools ## 1. kubespray 준비 ```