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

Support for new regions: ECR repo #193

Open
rajkz opened this issue Apr 4, 2023 · 1 comment
Open

Support for new regions: ECR repo #193

rajkz opened this issue Apr 4, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@rajkz
Copy link

rajkz commented Apr 4, 2023

Describe the bug
When we deploy [AWS Amazon EKS add-ons] to the cluster, Terragrunt modules are not able to pull & push images from Amazon ECR private registry in newer regions. This is because the newer regions are not added to the supported list in https://github.com/gruntwork-io/kubergrunt/blob/main/eks/sync.go

To Reproduce
Terragrunt version: v0.36.10
Kubergrunt version: v0.9.3

Steps to reproduce :
Try to install an add on eks cluster in region: ap-southeast-3

resource "aws_eks_addon" "vpc-cni" {
  cluster_name = var.cluster_name
  addon_name   = "vpc-cni"
  addon_version  = var.vpc_cni_addon_version
  resolve_conflicts = "OVERWRITE"
}

Expected behavior
The Add Ons should be installed without any issues. Terragrunt should pick the correct ECR repo id for new regions

@rajkz rajkz added the bug Something isn't working label Apr 4, 2023
@rajkz rajkz mentioned this issue Apr 4, 2023
4 tasks
@rajkz
Copy link
Author

rajkz commented Apr 4, 2023

Will be resolved in #192

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant