OpenShift Get Labels Applied to a Node: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * OpenShift Operations =Overview= Get the node description with: oc describe node ''<node-name>'' The node's labels are li...")
 
Line 7: Line 7:
Get the node description with:
Get the node description with:


  oc describe node ''<node-name>''
  [[oc describe]] node ''<node-name>''


The node's labels are listed in the "Labels:" section:
The node's labels are listed in the "Labels:" section:

Revision as of 02:31, 6 July 2017

Internal

Overview

Get the node description with:

oc describe node <node-name>

The node's labels are listed in the "Labels:" section:

Labels:			beta.kubernetes.io/arch=amd64
			beta.kubernetes.io/os=linux
			cluster=noper430
			env=infra
			kubernetes.io/hostname=infranode1
			logging=true
			logging-infra-fluentd=true