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.7. Azure 리소스 그룹 생성
Microsoft Azure 리소스 그룹을 생성해야 합니다. 이는 Azure Stack Hub에 OpenShift Container Platform 클러스터를 설치하는 동안 사용됩니다.
사전 요구 사항
- Azure 계정을 구성하십시오.
- 클러스터에 대한 Ignition 구성 파일을 생성하십시오.
프로세스
지원되는 Azure 리전에서 리소스 그룹을 생성합니다.
az group create --name ${RESOURCE_GROUP} --location ${AZURE_REGION}
$ az group create --name ${RESOURCE_GROUP} --location ${AZURE_REGION}
Copy to Clipboard Copied! Toggle word wrap Toggle overflow