-
Notifications
You must be signed in to change notification settings - Fork 159
Make a clone of k8s master instead of using archive #723
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mattcary 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 |
/release-note none |
/release-note-none |
/assign @saikat-royc |
vKubeVersion = kubeVersion | ||
// A hack to be able to build Kubernetes in this nested place | ||
// KUBE_GIT_VERSION_FILE set to file to load kube version from | ||
err = os.Setenv("KUBE_GIT_VERSION_FILE", filepath.Join(pkgDir, "test", "k8s-integration", ".dockerized-kube-version-defs")) |
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.
Should we also remove dockerized-kube-version-defs file if its not needed now?
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.
I did remove it :-)
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.
oops missed it
the change looks good to me, with some minor comment |
/lgtm |
/kind bug
Which issue(s) this PR fixes:
Fixes #721
Special notes for your reviewer:
This is a more complete change compare with #722.
See the comment in the change for the details of how the git clone is done for the master branch.
Pulling a specific version is unchanged (the k/k release archive is still used).
Does this PR introduce a user-facing change?: