30.3. 프록시 호스트 구성
OpenShift Container Platform 제어 파일에서 프록시 환경 변수를 편집합니다. 클러스터의 모든 파일이 올바른지 확인합니다.
HTTP_PROXY=http://<user>:<password>@<ip_addr>:<port>/ HTTPS_PROXY=https://<user>:<password>@<ip_addr>:<port>/ NO_PROXY=master.hostname.example.com,10.1.0.0/16,172.30.0.0/16 1
- 1
- 호스트 이름 및 CIDR을 지원합니다. 기본적으로 SDN 네트워크 및 서비스 IP 범위
10.1.0.0/16,172.30.0.0/16
을 포함해야 합니다.
마스터 또는 노드 호스트를 다시 시작하십시오.
# master-restart api # master-restart controllers # systemctl restart atomic-openshift-node