-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Drop kube-aggregator container image from release #67157
Drop kube-aggregator container image from release #67157
Conversation
First version of this was only standalone, now the code is being vendored by anyone who wants to use it. So the standalone binary and container are no longer useful. Change-Id: Ib9369de66b4ecb3451f73ba2a252526d6615b96f
/sig api-machinery |
More correct: now it is integrated into kube-apiserver. |
Seems reasonable to me |
Should the release note include brief mention that its functionality is instead found in kube-apiserver? Otherwise looks good to me. |
@tpepper done |
I do not agree that the standalone binary is useless. It is fine to remove it from the main build and the things we publish. We needn't make it impossible to build, though? Can I still build it separately after this change? |
@lavalamp Just the release oriented stuff is being removed. Please take a peek at the commit. |
/assign @ixdy |
I had, it's not obvious that those files only affect the release. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, lavalamp 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 |
/retest Review the full test history for this PR. Silence the bot with an |
1 similar comment
/retest Review the full test history for this PR. Silence the bot with an |
Automatic merge from submit-queue (batch tested with PRs 66177, 66185, 67136, 67157, 65065). If you want to cherry-pick this change to another branch, please follow the instructions here. |
What this PR does / why we need it:
First version of this was only standalone, now the code is integrated into kube-apiserver. So the standalone binary and
container are no longer useful.
Change-Id: Ib9369de66b4ecb3451f73ba2a252526d6615b96f
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Release note: