kubernetes-sigs / aws-ebs-csi-driver

CSI driver for Amazon EBS https://aws.amazon.com/ebs/
Apache License 2.0
974 stars 787 forks source link

Align ECR image path with Kubernetes community registry #2096

Open torredil opened 2 months ago

torredil commented 2 months ago

Currently, there's an inconsistency between the image paths for the EBS CSI driver in different registries:

This discrepancy causes issues in testing environments that use registry mirroring or substitutions.

In the long term, it would be desirable to align the ECR path with the community registry by migrating to a provider-aws repository in ECR to eliminate these errors in testing and deployment scenarios.

Additional context

See https://github.com/kubernetes/test-infra/pull/33061 for more context.

/priority/important-longterm