목록OpenShift Container Platform/지원시스템 준비 - Disconnected environment (4)
클라우드팡
Openshift 4.x UPI 설치의 경우 외부 로드 밸런서가 필요합니다. 설정에 대한 내용은 다음 문서를 참고 하세요. https://access.redhat.com/articles/5127211 An Example of Proper Load-Balancer Configuration for OpenShift 4.x Installation (API, API-Internal, Ingress) - Red Hat Customer For Openshift 4.x UPI installs, an external Load-Balancer is required. The OpenShift documentation provided here includes the information for frontend to back..
OpenShift Container Platform 배포의 경우 다음 구성 요소에 DNS 이름을 확인해야 합니다. Kubernetes API OpenShift Container Platform 애플리케이션 와일드카드 부트스트랩, 컨트롤 플레인 및 컴퓨팅 시스템 DNS 서버 설치 yum install -y bind /etc/named.conf 파일을 수정 합니다. if [[ ! -f /etc/named.conf.orig ]]; then mv /etc/named.conf /etc/named.conf.orig fi cat
RHEL Repo 구성과 OpenShift Cluster 설치 coreos, Ignition 파일을 서비스 하기 위해 설치 합니다. Bastion 서버에 구성시 Port 충돌을 피하기 위해 Listen Port 만 변경 합니다. yum install -y httpd if [[ ! -f /etc/httpd/conf/httpd.conf.orig ]]; then mv /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.orig fi cat /etc/httpd/conf/httpd.conf.orig |grep -v ^[[:blank:]]*# |grep -v ^[[:blank:]]*$ |tee /etc/httpd/conf/httpd.conf sed -i "s/Listen..