Closed alxyok closed 1 day ago
hey @bryantbiggs, thanks for adding the label. would you know who I could contact on that matter?
This is the account where the VPC CNI image is published https://github.com/aws/eks-charts/blob/ef3f3145682b25cfb264a567d579ea59adcc561f/stable/aws-vpc-cni/values.yaml#L15
For questions on the VPC CNI you can reach out here https://github.com/aws/amazon-vpc-cni-k8s
ok thanks @bryantbiggs! i'll move this then
Description
Applying my custom module that makes use of this
terraform-aws-eks/aws/eks
module after awhile is failing. It tries to update all my addons (including vpc-cni) and pull images from repository an ECR repository in some account with ID602401143452
.The error is as follows
If I manually login with my account credentials to that registry
602401143452.dkr.ecr.eu-west-1.amazonaws.com
I can pull locally no problem.My question is, why is it pulling a version from
602401143452.dkr.ecr.eu-west-1.amazonaws.com
instead ofpublic.ecr.aws
?Versions
Reproduction Code [Required]
Here is an extract of my configuration.
Steps to reproduce the behavior:
Expected behavior
I expected the plugin to be updated seamlessly to the newer version.
Actual behavior
Failed to pull the image.