-
Notifications
You must be signed in to change notification settings - Fork 22
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
Bump dependencies #29
Conversation
Signed-off-by: Radim Hrazdil <[email protected]>
Signed-off-by: Radim Hrazdil <[email protected]>
3082fbf
to
0323535
Compare
Signed-off-by: Radim Hrazdil <[email protected]>
Signed-off-by: Radim Hrazdil <[email protected]>
0323535
to
fca80cb
Compare
Signed-off-by: Radim Hrazdil <[email protected]>
Signed-off-by: Radim Hrazdil <[email protected]>
Test run otherwise fails due to unrecognized arguments Signed-off-by: Radim Hrazdil <[email protected]>
This is a followup to PR kubevirt#27 [0] [0] kubevirt#27 Signed-off-by: Radim Hrazdil <[email protected]>
bedabc7
to
08934da
Compare
k8s.io/api v0.19.1 | ||
k8s.io/apimachinery v0.19.1 | ||
k8s.io/client-go v0.19.1 | ||
k8s.io/kubelet v0.18.8 |
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.
Why is kubelet older than kubernetes here? And why is it required?
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.
deviceplugin has moved under kubelet
With v0.19.1 there is an error:
pkg/deviceplugin/lister.go:168:31: cannot use NewMacvtapDevicePlugin(c.Name, c.Master, c.Mode, c.Capacity, ml.NetNsPath) (type *macvtapDevicePlugin) as type dpm.PluginInterface in return argument:
*macvtapDevicePlugin does not implement dpm.PluginInterface (missing GetPreferredAllocation method)
Probably related to device scheduler in 1.19.
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.
Puff, we may need to bump that on device-plugin-manager repo... But that can wait for a follow-up, let's not get even deeper into this. Ack, thanks
39105e5
to
a22dfc9
Compare
/retest |
Signed-off-by: Radim Hrazdil <[email protected]>
a22dfc9
to
fe13662
Compare
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
Let's hear from @maiqueb too
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: phoracek, rhrazdil 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 |
Or not, where did that approve came from -_- |
Yeah, something is awfully wrong here. From the bot's words, I can see that the PR has been auto-approved by whoever proposed it - #29 (comment) That wrong on so many levels ... @phoracek please remember that until we fix this mess, you gotta |
Hold my hand 🦆 /\ 🦆 |
Bump dependencies.
What this PR does / why we need it:
Special notes for your reviewer:
When trying to use
k8s.io/kubelet v0.19.1
,make check
fails onwhich is why I'm currently sticking with an older
k8s.io/kubelet v0.18.8
Release Note