foundation-model-stack / multi-nic-cni

https://foundation-model-stack.github.io/multi-nic-cni/
Apache License 2.0
33 stars 5 forks source link

fix nil LastSyncTime and remove hostdevicenetwork handling #182

Closed sunya-ch closed 5 months ago

sunya-ch commented 5 months ago

There is no need to create HostDeviceNetwork custom resource. To remove potential conflict on HostDeviceNetwork definition, we remove creation/deletion of HostDeviceNetwork from the configuration.

Also, this PR fixed the nil issue on LastSyncTime value.

Signed-off-by: Sunyanan Choochotkaew sunyanan.choochotkaew1@ibm.com