Skip to content

feat: ICE AZs temporarily when subnets in that AZ run out of available ips #8199

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 19, 2025

Conversation

DerekFrank
Copy link
Contributor

@DerekFrank DerekFrank commented Jun 18, 2025

Fixes #N/A

Description

When CreateFleet returns an InsufficientFreeAddressesInSubnet error, we temporarily ICE the AZ in which that subnet resides

How was this change tested?

make presubmit

Does this change impact docs?

  • Yes, PR includes docs updates
  • Yes, issue opened: #
  • No

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@DerekFrank DerekFrank requested a review from a team as a code owner June 18, 2025 23:27
@DerekFrank DerekFrank requested a review from jigisha620 June 18, 2025 23:27
Copy link

netlify bot commented Jun 18, 2025

Deploy Preview for karpenter-docs-prod ready!

Name Link
🔨 Latest commit 94e1a07
🔍 Latest deploy log https://app.netlify.com/projects/karpenter-docs-prod/deploys/68544edd27eb7d0008d63de9
😎 Deploy Preview https://deploy-preview-8199--karpenter-docs-prod.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@DerekFrank DerekFrank changed the title feat: ICE AZs temporarily when subnets in that AZ run out of availabl… feat: ICE AZs temporarily when subnets in that AZ run out of available ips Jun 18, 2025
Copy link
Contributor Author

@DerekFrank DerekFrank left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/karpenter snapshot

Copy link
Contributor

Snapshot successfully published to oci://021119463062.dkr.ecr.us-east-1.amazonaws.com/karpenter/snapshot/karpenter:0-eba93c6da07e01299a2752ce80533cf96554cc55.
To install you must login to the ECR repo with an AWS account:

aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 021119463062.dkr.ecr.us-east-1.amazonaws.com

helm upgrade --install karpenter oci://021119463062.dkr.ecr.us-east-1.amazonaws.com/karpenter/snapshot/karpenter --version "0-eba93c6da07e01299a2752ce80533cf96554cc55" --namespace "kube-system" --create-namespace \
  --set "settings.clusterName=${CLUSTER_NAME}" \
  --set "settings.interruptionQueue=${CLUSTER_NAME}" \
  --set controller.resources.requests.cpu=1 \
  --set controller.resources.requests.memory=1Gi \
  --set controller.resources.limits.cpu=1 \
  --set controller.resources.limits.memory=1Gi \
  --wait

Copy link
Contributor

@jonathan-innis jonathan-innis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@DerekFrank DerekFrank merged commit 277a1cf into aws:main Jun 19, 2025
18 checks passed
@DerekFrank DerekFrank deleted the ice-az-for-subnet-failures branch July 10, 2025 21:36
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.

2 participants