Skip to content

v1.13.0

Latest

Choose a tag to compare

@jms200 jms200 released this 22 May 15:22
3c18a84

Added

  • eks_admin_capacity_type and eks_clickhouse_capacity_type variables — mirror the existing eks_comet_capacity_type so non-prod customers can put the admin and ClickHouse node groups on Spot. Defaults are ON_DEMAND so every existing customer is unaffected on the next apply.

Notes

  • ClickHouse is stateful; setting SPOT can lose unreplicated writes between backups. Use only when data loss on eviction is acceptable (UAT / dev).
  • Came out of DND-1150 (stsaasuat FinOps cleanup) where Nimrod asked for "all node pools to Spot" but the module previously only exposed capacity_type for the comet pool.

PR: #12