Skip to content
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

feat: Update default chart versions to latest minor version supported #364

Merged
merged 2 commits into from
Mar 6, 2024

Conversation

bryantbiggs
Copy link
Contributor

What does this PR do?

  • Update default chart versions to latest minor version supported

Motivation

  • Updates default version to pull in recent changes by the supported projects (addons)

More

  • Yes, I have tested the PR using my local account setup (Provide any test evidence report under Additional Notes)
  • Yes, I ran pre-commit run -a with this PR

For Moderators

  • E2E Test successfully complete before merge?

Additional Notes

@bryantbiggs bryantbiggs requested a review from a team as a code owner March 6, 2024 14:59

enable_external_dns = true
external_dns_route53_zone_arns = [
"arn:aws:route53:::hostedzone/*",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

pod was in crashloop because it was trying to list zones since we default to Route53

@@ -210,6 +172,14 @@ module "eks_blueprints_addons" {
## An S3 Bucket ARN is required. This can be declared with or without a Prefix.
velero = {
s3_backup_location = "${module.velero_backup_s3_bucket.s3_bucket_arn}/backups"
values = [
# https://github.com/vmware-tanzu/helm-charts/issues/550#issuecomment-1959933230
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't want to create another version mapping like cluster-autoscaler, so just applying to fix in the test case for now while waiting for the upstream project to find a viable solution

@bryantbiggs bryantbiggs merged commit 345ce9f into main Mar 6, 2024
6 checks passed
@bryantbiggs bryantbiggs deleted the feat/update-default-chart-versions branch March 6, 2024 15:31
@lorengordon
Copy link

Hey @bryantbiggs @askulkarni2, sorry to ping on a merged/closed pr, but I noticed this PR removed aws-guardduty-agent from the test/example, and I was trying to understand if that was intentional for some reason, or just a limitation at the time of cluster version 1.29 vs 1.28? Thanks!

@bryantbiggs
Copy link
Contributor Author

its just an EKS addon so there isn't strong motivation to have that in the tests here - either its enabled or its not. the GuardDuty agent will also want to create a VPC endpoint if one does not exist, so that just adds to the overhead of the test suite

@lorengordon
Copy link

lorengordon commented Apr 6, 2024

Thanks, yeah, that VPC endpoint is part of how I got on this lol. The "automatic creation" of the vpc endpoint doesn't let us set the subnets, and sometimes picks our "intra" subnets that don't really support any routing in our vpc setup. But the Org is configured to mandate use of the EKS Guardduty agent, so I have to figure out how to manage it. Plus, when I go to destroy the cluster, it won't complete until I clear out the aws-guardduty-agent addon, that was auto-added by the Org config. Just trying to find a good pattern for managing it all!

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.

None yet

3 participants