Enable Karpenter interruption handling#65
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Enables Karpenter interruption handling for the ardac1prd cluster by introducing Karpenter Helm values in this GitOps repo and wiring cluster-level resources to load that configuration, while also adjusting default Karpenter instance-size constraints and scaling key Gen3 services to 3 replicas.
Changes:
- Scale
ambassador,aws-es-proxy,fence,portal, andrevproxytoreplicaCount: 3inportal.ardac.orgvalues. - Add
ardac1prd/cluster-values/karpenter.yamlwith Karpenter settings includinginterruptionQueue. - Update cluster-level resources values to enable Karpenter configuration loading and exclude
mediuminstance sizes in the default NodePool requirements.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
ardac1prd/portal.ardac.org/values.yaml |
Increases replica counts for several services to improve availability/capacity. |
ardac1prd/cluster-values/karpenter.yaml |
Adds Karpenter Helm values including IRSA annotation, cluster settings, and interruption queue. |
ardac1prd/cluster-level-resources/cluster-values.yaml |
Enables Karpenter configuration loading from this repo and updates default instance-size exclusions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
esentuna
approved these changes
Jun 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ardac1prd-ardac1prdSQS queue.mediuminstances from the default Karpenter NodePool in addition tonano,micro, andsmall.ambassador,aws-es-proxy,fence,portal, andrevproxyto 3 replicas.AWS change already applied
arn:aws:iam::742378880825:policy/ardac1prd-karpenter-sa-policyto default versionv2.Karpenter2SQS statement now grants receive/delete/get permissions onarn:aws:sqs:us-east-1:742378880825:ardac1prd-ardac1prd.%TEMP%\ardac1prd-karpenter-sa-policy-v1-backup.json.Validation
helm template cluster-level-resources gen3/cluster-level-resources -f ardac1prd\cluster-level-resources\cluster-values.yamlhelm template gen3 gen3/gen3 -f ardac1prd\portal.ardac.org\values.yamlhelm template karpenter oci://public.ecr.aws/karpenter/karpenter --version 1.0.8 -f ardac1prd\cluster-values\karpenter.yamlgit diff --check