issues
search
appuio
/
component-openshift4-nodes
Commodore Component: OpenShift 4 Machine Management
BSD 3-Clause "New" or "Revised" License
1
stars
0
forks
source link
Allow to configure auto scaling
#5
Open
corvus-ch
opened
4 years ago
corvus-ch
commented
4 years ago
Create a ClusterAutoscaler object and provide parameters to control its behaviour.
Create a MachineAutoscaler for each of the created MachineSets
Replace
replicas
with
replicas.min
replicas.max
.
Defaults for
replicas.min
and
replicas.max
should be 1. This disables auto scaling by default, making enabling it a conscious decision.
Do not longer set the replicas field on the MachineSets. It will be controlled by auto scaling and would confuse ArgoCD.
replicas
withreplicas.min
replicas.max
.replicas.min
andreplicas.max
should be 1. This disables auto scaling by default, making enabling it a conscious decision.