OpenShift Compute Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
kubectl -n openshift-machine-api get machineset
kubectl -n openshift-machine-api get machineset
</syntaxhighlight>
</syntaxhighlight>
To statically increase the number of nodes, increment the MachineSet desire count. The machines in the set go through "Provisioning" → "Provisioned" → "Provisioned as Node" transition.
=MachineAutoscaler=

Latest revision as of 21:31, 3 December 2020

Internal

Overview

Node

Machine

kubectl -n openshift-machine-api get machines

MachineSet

kubectl -n openshift-machine-api get machineset

To statically increase the number of nodes, increment the MachineSet desire count. The machines in the set go through "Provisioning" → "Provisioned" → "Provisioned as Node" transition.

MachineAutoscaler