Red Hat Training

A Red Hat training course is available for OpenShift Container Platform

5.2.2. CLI 사용

CLI를 사용하여 새 프로젝트를 생성하려면 다음을 수행합니다.

$ oc new-project <project_name> \
    --description="<description>" --display-name="<display_name>"

예를 들면 다음과 같습니다.

$ oc new-project hello-openshift \
    --description="This is an example project to demonstrate OpenShift v3" \
    --display-name="Hello OpenShift"
참고

작성할 수 있는 프로젝트 수는 시스템 관리자가 제한할 수 있습니다. 제한에 도달하면 새 프로젝트를 생성하려면 기존 프로젝트를 삭제해야 할 수 있습니다.