Openshift

From Halfface
Jump to navigation Jump to search

List projects

oc projects

select project

oc project $project

list pods

oc get pods

connect to pod

oc get pods

describe pods

oc describe pods

To get (almost) all object with a specific label from the current project, execute:

oc get all -l '<label_name>=<label_value>'