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.13.4.18. 매니페스트 파일 생성
설치 프로그램을 사용하여 assets 디렉터리에 매니페스트 파일 세트를 생성하십시오.
매니페스트 파일을 생성하는 명령은 install-config.yaml
파일을 사용하기 전에 경고 메시지를 표시합니다.
install-config.yaml
파일을 재사용하려는 경우 매니페스트 파일을 생성하기 전에 해당 파일의 백업 사본을 생성합니다.
프로세스
선택 사항:
install-config.yaml 파일의 백업 사본을 생성합니다.
cp install-config.yaml install-config.yaml.backup
$ cp install-config.yaml install-config.yaml.backup
Copy to Clipboard Copied! Toggle word wrap Toggle overflow assets 디렉터리에 매니페스트 세트를 생성합니다.
openshift-install create manifests --dir $ASSETS_DIR
$ openshift-install create manifests --dir $ASSETS_DIR
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 이 명령은 다음 메시지를 표시합니다.
출력 예
INFO Consuming Install Config from target directory WARNING Making control-plane schedulable by setting MastersSchedulable to true for Scheduler cluster settings
INFO Consuming Install Config from target directory WARNING Making control-plane schedulable by setting MastersSchedulable to true for Scheduler cluster settings
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 이 명령은 다음 매니페스트 파일을 생성합니다.
출력 예
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
다음 단계
- 컨트롤 플레인 노드를 예약 불가능하게 설정합니다.