kubevirt / kubesecondarydns

DNS for KubeVirt VirtualMachines secondary interfaces
Apache License 2.0
7 stars 8 forks source link

Remove the filting from the controller and pin the controller compilation to linux/amd64 #7

Closed AlonaKaplan closed 1 year ago

AlonaKaplan commented 1 year ago

The PR is updating the controller to listen to any VM create/update/delete event without any filtering, the zoneManager will do the filtering anyway.

It also updates the controller comilation in the docker file to be pinned to linux/amd64.

oshoval commented 1 year ago

lgtm Thanks