-
Notifications
You must be signed in to change notification settings - Fork 519
kubepkg: Bundle CNI plugins (v0.8.6) in kubelet deb/rpm packages #1330
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
5a92478
to
16efa74
Compare
Signed-off-by: Stephen Augustus <[email protected]>
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
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
/hold for others to review if needed |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato, hasheddan, justaugustus 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 |
looks like not needed :) |
|
||
# TODO: Do we need this? | ||
#%make_install | ||
|
||
%files | ||
%{_bindir}/kubelet | ||
%{_unitdir}/kubelet.service | ||
%{_sysconfdir}/kubernetes/manifests/ | ||
/opt/cni |
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.
As mentioned in #1309 (comment), I think we could discuss a better location than /opt
What type of PR is this?
/kind cleanup feature
/area dependency
/sig network
What this PR does / why we need it:
Bundle CNI plugins (v0.8.6) in kubelet deb/rpm packages
(Reverse backport... forward port(?) of #1309)
ref: #885, kubernetes/kubernetes#91370
Signed-off-by: Stephen Augustus [email protected]
cc: @kubernetes/release-engineering
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
WIP. There will be some broken tests on this one.
Does this PR introduce a user-facing change?