Şöyle yaparız
apiVersion: cluster.k8s.io/v1alpha1
kind: Cluster
metadata:
name: my-cluster
spec:
autoscaler:
enabled: true
options:
- key: balance-similar-node-groups
value: true
- key: expander
value: least-wasteAçıklaması şöyle
This configuration enables the cluster autoscaler and sets it to balance similar node groups and use the least-waste expander, which helps in utilizing the reserved instances more effectively.
Hiç yorum yok:
Yorum Gönder