From ed5fe607f3edc45a0c4db432385bc1ef1c761765 Mon Sep 17 00:00:00 2001 From: Rudi C Date: Thu, 26 Jan 2017 06:12:33 -0500 Subject: [PATCH] Document cross-region ECR support Fetching images from a registry hosted in a different region has been supported since 1.3 with https://github.com/kubernetes/kubernetes/pull/24369 --- docs/user-guide/images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/images.md b/docs/user-guide/images.md index 37cfd53b9d31f..8daaeaeb7cdac 100644 --- a/docs/user-guide/images.md +++ b/docs/user-guide/images.md @@ -89,7 +89,7 @@ The kubelet will fetch and periodically refresh ECR credentials. It needs the f Requirements: - You must be using kubelet version `v1.2.0` or newer. (e.g. run `/usr/bin/kubelet --version=true`). -- Your nodes must be in the same region as the registry you are using +- If your nodes are in region A and your registry in a different region B, you need version `v1.3.0`. - ECR must be offered in your region Troubleshooting: