OpenShift Project Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * OpenShift Operations =List All Projects= oc get projects =Describe a Project= oc describe project <''project-name''>")
 
Line 5: Line 5:
=List All Projects=
=List All Projects=


  oc get projects
  [[Oc_get#projects|oc get projects]]


=Describe a Project=
=Describe a Project=


  oc describe project <''project-name''>
  oc describe project <''project-name''>

Revision as of 01:02, 12 October 2017

Internal

List All Projects

oc get projects

Describe a Project

oc describe project <project-name>