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.1.3.12. 클러스터 생성
Google Cloud Platform 클러스터를 생성하려면 설치 프로그램으로 생성한 Ignition 구성 파일을 사용하여 프로비저닝한 시스템에서 부트스트랩 프로세스가 완료될 때까지 기다립니다.
사전 요구 사항
- 클러스터에 필요한 인프라를 만듭니다.
- 설치 프로그램을 받아서 클러스터의 Ignition 구성 파일을 생성했습니다.
- Ignition 구성 파일을 사용하여 클러스터에 대한 RHCOS 시스템을 생성했습니다.
프로세스
부트스트랩 프로세스를 모니터링합니다.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow ./openshift-install --dir <installation_directory> wait-for bootstrap-complete \ --log-level=info
$ ./openshift-install --dir <installation_directory> wait-for bootstrap-complete \
1 --log-level=info
2 출력 예
Copy to Clipboard Copied! Toggle word wrap Toggle overflow INFO Waiting up to 30m0s for the Kubernetes API at https://api.test.example.com:6443... INFO API v1.19.0 up INFO Waiting up to 30m0s for bootstrapping to complete... INFO It is now safe to remove the bootstrap resources
INFO Waiting up to 30m0s for the Kubernetes API at https://api.test.example.com:6443... INFO API v1.19.0 up INFO Waiting up to 30m0s for bootstrapping to complete... INFO It is now safe to remove the bootstrap resources
이 명령은 Kubernetes API 서버가 컨트롤 플레인 시스템에서 부트스트랩되었다는 신호를 보낼 때 성공합니다.
부트스트랩 프로세스가 완료된 후 로드 밸런서에서 부트스트랩 시스템을 제거합니다.
중요이 시점에 로드 밸런서에서 부트스트랩 시스템을 제거해야 합니다. 시스템 자체를 제거하거나 다시 포맷할 수도 있습니다.