-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Allow change pause container image #1527
Conversation
If this change is applied, it can be easily changed through argument manipulation if the pause container is deployed in a separate registry. Currently, If cluster is running without internet acess, you need to configure VPC Endpoint (PrivateLink) of ecr.api, ecr.dkr and s3 to download pause container image, which is a waste of resource. |
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.
Looks fine to me, just suggested a tweak to the flag doc.
@DingGGu you'll need to fix the lint findings, then I'll kick off integration tests 👍 |
@cartermckinnon Is there anything else I need to change? |
Issue #1514, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Testing Done
See this guide for recommended testing for PRs. Some tests may not apply. Completing tests and providing additional validation steps are not required, but it is recommended and may reduce review time and time to merge.