Oc describe: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 35: Line 35:
  oc describe node  
  oc describe node  


can be used to get the labels applied to the node.
can be used to [[OpenShift Get Labels Applied to a Node|get the labels applied to the node]].

Revision as of 02:33, 6 July 2017

Internal

Overview

Subcommands

group

Describe groups.

oc describe group

quota

oc describe quota core-object-counts -n demo project

pod

Find the pod name with

oc get pod -n <some-namespace>

Then get more information:

oc describe pod -n <some-namespace> <pod-name>

Example:

oc describe pod -n logging logging-kibana-1-deploy

node

oc describe node 

can be used to get the labels applied to the node.