이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 7. Verifying the OpenShift project namespace
Prerequisites
- Have access to a Red Hat OpenShift Container Platform cluster and the latest version of the OpenShift CLI (oc) installed.
Procedure
Log in to the OpenShift CLI (oc):
oc login
Display the current project space:
oc project -q
(Optional) Create a new OpenShift project:
oc new-project <project_name>
Additional resources