Specify kube root for test-e2e-node/aws to work#117141
Conversation
|
Please note that we're already in Test Freeze for the Fast forwards are scheduled to happen every 6 hours, whereas the most recent run was: Thu Apr 6 14:00:15 UTC 2023. |
fbbd4f5 to
d6d4be8
Compare
test-e2e-node for AWS is out-of-tree so that we won't need to vendor in AWS related packages. For this to work, some of the scripts/golang code need to know where the k8s tree is git cloned. So let's add an option to lookup the env var, so that we can then, change directory to this specified directory to run some make commands Signed-off-by: Davanum Srinivas <davanum@gmail.com>
d6d4be8 to
d3ae6c2
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/kind cleanup |
|
/assign @SergeyKanzhelev @tzneal |
|
/retest |
|
/triage accepted |
|
/lgtm |
|
LGTM label has been added. DetailsGit tree hash: c818678df604ae4e8656a655c5bb7eacdf874f3e |
What type of PR is this?
test-e2e-node for AWS is out-of-tree so that we won't need to vendor
in AWS related packages. For this to work, some of the scripts/golang
code need to know where the k8s tree is git cloned.
So let's add an option to lookup the env var, so that we can then,
change directory to this specified directory to run some make commands
Signed-off-by: Davanum Srinivas davanum@gmail.com
/kind cleanup
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: