-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use ecr public instead of region-specific images #65
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice.
README.md
Outdated
### Image Region | ||
|
||
`update-operator.yaml` pulls operator images from the `us-west-2` region. | ||
To pull from a different region, replace the image endpoint to point at one of the following endpoints. | ||
This is not required, but pulling the image from the same region as your cluster will improve the download speed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather than deleting this entirely, I think it'd be better to leave in the regional repositories but change the way they're described here. ECR Public isn't yet available through PrivateLink, so some people might still want to use the regional ECR repositories.
Push above improve README. |
README.md
Outdated
`update-operator.yaml` pulls operator images from ECR Public. | ||
If you still want to pull from ECR private, replace the image endpoint to point at one of the following endpoints. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`update-operator.yaml` pulls operator images from ECR Public. | |
If you still want to pull from ECR private, replace the image endpoint to point at one of the following endpoints. | |
`update-operator.yaml` pulls operator images from Amazon ECR Public. | |
You may also choose to pull from regional Amazon ECR repositories such as the following. |
Issue number:
#44
Description of changes:
Testing done:
Apply new deployment yaml file with ECR public image to aarch64 and x86 nodes
kubelet apply -f bottlerocket-update-operator.yaml
log result
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.