-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
chore: Validate karpenter
addon using the updated karpenter
example
#1574
Conversation
Note: this is going into the |
@@ -0,0 +1,99 @@ | |||
# Karpenter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will eventually live in the docs folder of terraform-aws-eks-blueprints-addons
when the changes are sync'd back to that repo
|
||
cluster_name = module.eks.cluster_name | ||
cluster_endpoint = module.eks.cluster_endpoint | ||
cluster_version = module.eks.cluster_version | ||
oidc_provider_arn = module.eks.oidc_provider_arn | ||
|
||
# We want to wait for the Fargate profiles to be deployed first | ||
create_delay_dependencies = [for prof in module.eks.fargate_profiles : prof.fargate_profile_arn] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
had to add back in the "hack" - it feels better, not sold on the name yet - just dependencies
? wait_dependencies
@@ -310,40 +303,3 @@ module "vpc" { | |||
|
|||
tags = local.tags | |||
} | |||
|
|||
module "ebs_csi_driver_irsa" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these aren't relevant to the pattern as it currently stands - removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
What does this PR do?
karpenter
addon using the updatedkarpenter
exampleterraform-aws-eks-blueprints-addons
to speed up testing and validation of both addons and exampleskarpenter
addon which simplifies things for usersMotivation
karpenter
addon implementation and the updatedkarpenter
example for v5More
pre-commit run -a
with this PRFor Moderators
Additional Notes