Skip to content

Commit

Permalink
Document cross-region ECR support
Browse files Browse the repository at this point in the history
Fetching images from a registry hosted in a different region has been supported since 1.3 with
kubernetes/kubernetes#24369
  • Loading branch information
therc authored and chenopis committed Jan 26, 2017
1 parent 4fb7444 commit ed5fe60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ed5fe60

Please sign in to comment.