Changes
- syncer: When DEBUG env var is true, syncer profiling information will be served via built-in API server on the /debug/pprof/ path.
- syncer: If vcluster loses track of a physical pod (for example if vcluster was paused and restarted) and that physical pod was deleted, vcluster will also delete it upon restart
- syncer: Fixed an issue where plugin hooks wouldn't be registered correctly initially