Skip to content

fix(aws): report and enforce OnAutoScaling for EKS node groups - #1822

Merged
cb-spider merged 1 commit into
cloud-barista:masterfrom
hanizang77:260902-k8s
Sep 2, 2026
Merged

fix(aws): report and enforce OnAutoScaling for EKS node groups#1822
cb-spider merged 1 commit into
cloud-barista:masterfrom
hanizang77:260902-k8s

Conversation

@hanizang77

Copy link
Copy Markdown
Contributor

Changes

  • convertNodeGroup: report OnAutoScaling as true (EKS node groups are ASG-backed)
  • SetNodeGroupAutoScaling: no-op success on on, explicit error on off
  • AddNodeGroup: reject OnAutoScaling=false instead of ignoring it

Verification

  • Read returns True and survives cb-tumblebug's sync
  • off propagates as HTTP 500 with the AWS constraint explained
  • Create with false is rejected before any AWS call — no resource created

Fixes #1496

@cb-spider
cb-spider merged commit 5aa6bd8 into cloud-barista:master Sep 2, 2026
3 checks passed
@hanizang77
hanizang77 deleted the 260902-k8s branch September 3, 2026 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[AWS:K8s] NodeGroupInfo's OnAutoScaling

3 participants