cirruslabs / orchard

Orchestrator for running Tart Virtual Machines on a cluster of Apple Silicon devices
Other
197 stars 17 forks source link

Check if events are cleaned up after VM deletion #81

Closed fkorotkov closed 1 year ago

edigaryev commented 1 year ago

The VM is only deleted in one place, and the events are cleaned up right afterwards:

https://github.com/cirruslabs/orchard/blob/60e564da88e5ef30e70601ae47b4bc5a49317e58/internal/controller/api_vms.go#L164-L171