7.3. 기존 배포를 위해 HTTP를 통해 RHACS 포털 노출
기존 Red Hat Advanced Cluster Security for Kubernetes 배포에서 HTTP 서버를 활성화할 수 있습니다.
절차
패치를 생성하고
ROX_PLAINTEXT_ENDPOINTS
환경 변수를 정의합니다.$ CENTRAL_PLAINTEXT_PATCH=' spec: template: spec: containers: - name: central env: - name: ROX_PLAINTEXT_ENDPOINTS value: <endpoints_spec> 1 '
- 1
- <
type>@<addr>:<port> 형식의 끝점
사양. 자세한 내용은 사전 요구 사항 섹션을 참조하십시오.
ROX_PLAINTEXT_ENDPOINTS
환경 변수를 중앙 배포에 추가합니다.$ oc -n stackrox patch deploy/central -p "$CENTRAL_PLAINTEXT_PATCH"