-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Remove the old docker-multinode files that were built into the hyperkube image #44555
Remove the old docker-multinode files that were built into the hyperkube image #44555
Conversation
lgtm (not adding the slash to get relevant approvals before this gets merged) |
lgtm as well /approve |
Cool, thanks! @jbeda is the last one to lgtm then before merge 👍 |
This LGTM but is a bit scary. I'd put a bit more in the release note. Something like "The hyperkube image has been slimmed down and no longer includes addon manifests and other various scripts. These were introduced for the now removed docker-multinode setup system." /lgtm |
Sorry I didn't get this earlier! I thought I had covered all of these. |
Yes, these were here only for the docker-multinode setup
Proposal accepted ;) Thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jbeda, luxas, mikedanese
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue |
I believe this PR broke federation build. I see the following in logs:
Was removing |
@@ -60,43 +60,15 @@ ifndef VERSION | |||
$(error VERSION is undefined) | |||
endif | |||
cp -r ./* ${TEMP_DIR} | |||
mkdir -p ${TEMP_DIR}/cni-bin ${TEMP_DIR}/addons ${TEMP_DIR}/addons/singlenode ${TEMP_DIR}/addons/multinode |
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 like there are other scripts relying on this cni-bin
dir. Was removing this intentional?
It seems to have broken federation build.
Sent #44751 to fix the issue. Looking for someone in |
Automatic merge from submit-queue Fixing build break for federation #44555 (comment) is the culprit PR. This reverts one line from that PR. Our build is broken: https://k8s-testgrid.appspot.com/cluster-federation#build cc @kubernetes/sig-federation-pr-reviews
What this PR does / why we need it:
ref: https://goo.gl/VxSaKx
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #Special notes for your reviewer:
Release note:
cc @jbeda @brendandburns @bgrant0607 @justinsb @mikedanese