OpenShift Node Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 13: Line 13:
=Getting Information about a Node=
=Getting Information about a Node=


  oc get nodes
  oc [[Oc_get#node.2C_nodes|get nodes]]
  oc get node/''<node-name>''
  oc [[Oc_get#node.2C_nodes|get node]] ''<node-name>''
  oc describe node/''<node-name>''
  oc describe node/''<node-name>''



Revision as of 00:05, 31 July 2017

External

Internal

Overview

A node is a Linux container host. More details about nodes are available here:

OpenShift Concepts - Nodes

Getting Information about a Node

oc get nodes
oc get node <node-name>
oc describe node/<node-name>

Starting/Stopping a Node

Get Labels Applied to a Node

Get Labels Applied to a Node

Update Labels on a Node

TODO: https://docs.openshift.com/container-platform/3.5/admin_guide/manage_nodes.html#updating-labels-on-nodes