kubevirt / device-plugin-manager

Incubating: A framework for writing Kubernetes Device Plugins
MIT License
31 stars 19 forks source link

Bump to Kubernetes 1.19 #12

Closed rhrazdil closed 4 years ago

rhrazdil commented 4 years ago

Updating dependencies.

Added GetPreferredAllocation function for FakeDevicePlugin. This is required for kubevirt/macvtap-cni to move to k8s.io/kubelet version v0.19.z.

rhrazdil commented 4 years ago

@phoracek

phoracek commented 4 years ago

@rhrazdil we don't have a great test coverage in this project. Would you please try this change on the macvtap repository (replace this repo with your fork) and see if it works?

rhrazdil commented 4 years ago

@phoracek I have verified that macvtap e2e tests and unit test pass with this change. the GetPreferredAllocation will need to be defined in macvtap-cni repo as well

phoracek commented 4 years ago

Thanks. Merging this and releasing a new version.