OpenShift Get Labels Applied to a Node

From NovaOrdis Knowledge Base
Revision as of 02:30, 6 July 2017 by Ovidiu (talk | contribs) (Created page with "=Internal= * OpenShift Operations =Overview= Get the node description with: oc describe node ''<node-name>'' The node's labels are li...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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