Skip to content

add capacity_type auto scaling

Ahmed Amine LOUKILI requested to merge (removed):feat/add-capacity-type-eks into main

The actual implementation of EKS clusters uses ON-DEMAND instances by default, we need to be able to specify the capacity type (ON-DEMAND or SPOT ) while creating the clusters. The param capacity_type will make it possible :)

Merge request reports