This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.7.5. CLI를 사용하여 업데이트 서버 변경
업데이트 서버 변경은 선택 사항입니다. 로컬에 설치되어 구성된 OSUS(OpenShift Update Service)가 있는 경우 업데이트 중에 로컬 서버를 사용하도록 서버의 URL을 upstream
으로 설정해야 합니다. upstream
의 기본값은 https://api.openshift.com/api/upgrades_info/v1/graph
입니다.
프로세스
클러스터 버전에서
upstream
매개변수 값을 변경합니다.Copy to Clipboard Copied! Toggle word wrap Toggle overflow oc patch clusterversion/version --patch '{"spec":{"upstream":"<update-server-url>"}}' --type=merge
$ oc patch clusterversion/version --patch '{"spec":{"upstream":"<update-server-url>"}}' --type=merge
<update-server-url>
변수는 업데이트 서버의 URL을 지정합니다.출력 예
Copy to Clipboard Copied! Toggle word wrap Toggle overflow clusterversion.config.openshift.io/version patched
clusterversion.config.openshift.io/version patched