Questo contenuto non è disponibile nella lingua selezionata.
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 loginDisplay the current project space:
oc project -q(Optional) Create a new OpenShift project:
oc new-project <project_name>