You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Expected behavior
The Add Ons should be installed without any issues. Terragrunt should pick the correct ECR repo id for new regions
The text was updated successfully, but these errors were encountered: