Capi Cluster Auto Scaler Addon
Introduction
Description
Settings
Annotating a Node Group for Auto-scalar
apiVersion: cluster.x-k8s.io/v1beta1
kind: MachineDeployment
metadata:
name: test-md-0
namespace: default
annotations:
cluster.x-k8s.io/cluster-api-autoscaler-node-group-min-size: '3'
cluster.x-k8s.io/cluster-api-autoscaler-node-group-max-size: '10'
spec:
...YAML Specifications
Last updated
Was this helpful?
