Skip to content

aws: Add Amazon ECR dual-stack endpoints for IPv6 support - #18803

Merged
kubernetes-prow[bot] merged 1 commit into
kubernetes:masterfrom
tom1ackerman:master
Sep 23, 2026
Merged

kubernetes-prow[bot] merged 1 commit into
kubernetes:masterfrom
tom1ackerman:master

Conversation

@tom1ackerman

@tom1ackerman tom1ackerman commented Sep 23, 2026

Copy link
Copy Markdown
Contributor

Adds the Amazon ECR dual-stack registry hostnames (*.dkr-ecr.*.on.aws, *.dkr-ecr.*.on.amazonwebservices.com.cn, *.dkr-ecr-fips.*.on.aws) to the matchImages list of the ECR kubelet credential provider. Until now, kubelet did not call ecr-credential-provider for images on these hostnames, so pulls of private images from them failed unless credentials came from elsewhere, such as imagePullSecrets. See Making requests to Amazon ECR registries.

Only registry requests use the dual-stack hostnames. The plugin still requests the token from api.ecr.<region>.amazonaws.com, which is IPv4-only, so on IPv6-only nodes that request goes through NAT64, the same as for the existing ECR hostnames.

ecr-credential-provider supports these hostnames since v1.32.0 and v1.31.5 (kubernetes/cloud-provider-aws#1069), and kOps installs v1.37.0 by default. The new entries match the EKS AMI list.

@linux-foundation-easycla

linux-foundation-easycla Bot commented Sep 23, 2026

Copy link
Copy Markdown

CLA Signed
The committers listed above are authorized under a signed CLA.

  • ✅ login: tom1ackerman / name: tom1ackerman (da1be14)

@kubernetes-prow kubernetes-prow Bot added the cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. label Sep 23, 2026
@kubernetes-prow

Copy link
Copy Markdown
Contributor

Welcome @tom1ackerman!

It looks like this is your first PR to kubernetes/kops 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes/kops has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@kubernetes-prow kubernetes-prow Bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Sep 23, 2026
@kubernetes-prow

Copy link
Copy Markdown
Contributor

Hi @tom1ackerman. Thanks for your PR.

I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@kubernetes-prow kubernetes-prow Bot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Sep 23, 2026
@hakman

hakman commented Sep 23, 2026

Copy link
Copy Markdown
Member

/ok-to-test

@kubernetes-prow kubernetes-prow Bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Sep 23, 2026
@hakman

hakman commented Sep 23, 2026

Copy link
Copy Markdown
Member

/retest

@hakman hakman changed the title Add Amazon ECR dual-stack endpoints for IPv6 support aws: Add Amazon ECR dual-stack endpoints for IPv6 support Sep 23, 2026
@hakman

hakman commented Sep 23, 2026

Copy link
Copy Markdown
Member

Thanks @tom1ackerman!
/lgtm
/approve

@kubernetes-prow kubernetes-prow Bot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 23, 2026
@kubernetes-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hakman

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubernetes-prow kubernetes-prow Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 23, 2026
@hakman hakman closed this Sep 23, 2026
@hakman hakman reopened this Sep 23, 2026
@hakman

hakman commented Sep 23, 2026

Copy link
Copy Markdown
Member

/override deploy/netlify "Header rules" "Pages changed" "Redirect rules"

@kubernetes-prow

Copy link
Copy Markdown
Contributor

@hakman: Overrode contexts on behalf of hakman: Header rules, Pages changed, Redirect rules, deploy/netlify

Details

In response to this:

/override deploy/netlify "Header rules" "Pages changed" "Redirect rules"

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@kubernetes-prow
kubernetes-prow Bot merged commit 8ec680e into kubernetes:master Sep 23, 2026
35 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/nodeup cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants