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
This commit is contained in:
Rudi C
2017-01-26 06:12:33 -05:00
committed by Andrew Chen
parent 4fb74447e0
commit ed5fe607f3
+1 -1
View File
@@ -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: