-
Notifications
You must be signed in to change notification settings - Fork 2.7k
kubetest/eks: download "aws-k8s-tester" binary, use upstream image #10040
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
Conversation
at high level: why download the binary at runtime? this can potentially make your tests flaky and waste of network resources? |
I think downloading on demand is more maintainable. If we build our own image with I am trying to do something similar to: Lines 294 to 298 in 7b85b7b
|
Signed-off-by: Gyuho Lee <[email protected]>
/lgtm |
LGTM label has been added. Git tree hash: 28233a68b584814fff613b2c5f510c45ef673b2a
|
Network resources shouldn't be an issue, downloading can be flakier though is worth noting. Seems like a reasonable route to me, if they experience too many related flakes it can always be revisited. |
do we care about cleaning up those downloaded binaries? |
@krzyzacy Just added :) |
/lgtm Maybe as a follow up, add some comments/docs on all the envs, if you are expect other people to use your deployer. |
LGTM label has been added. Git tree hash: c789810830cb6b2cf8e72f5d36fa20f4fbd963a4
|
/hold cancel |
/hold |
"awstester" was renamed to "aws-k8s-tester" Signed-off-by: Gyuho Lee <[email protected]>
Signed-off-by: Gyuho Lee <[email protected]>
Signed-off-by: Gyuho Lee <[email protected]>
/hold cancel |
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.
/lgtm
LGTM label has been added. Git tree hash: 0adf35006dab4c6bd10ab61532561b1070777e4c
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, d-nishi, gyuho, krzyzacy The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@gyuho: Updated the
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
awstester
has been renamed toaws-k8s-tester
gcr.io/k8s-testimages/kubekins-e2e
image, letkubetest
automatically download binariesaws-k8s-tester
dependency to latestref. #9814
/cc @krzyzacy @d-nishi