Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Destination controller should initialize jobs metadata api (#11541)
The destination controller uses the metadata API to retrieve Job metadata, but does not properly initialize the metadata API to sync jobs. This results in error messages in the log and a fallback to using direct API calls instead of the informer cache. We properly initialize the jobs informer so that this works as expected. Signed-off-by: Alex Leong <[email protected]>
- Loading branch information