You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The various TMC-related controllers (called from tmc/pkg/server/controllers.go), for example for scheduling as well as SyncTarget API management, should use the cache informers for things like APIExports, SyncTargets, LogicalCluster resources.
It has been done on the TMC core side, everything is still TBD on the TMC side.
Here is a list of where changes should be done to use cache informers instead of shard-local informers:
The various TMC-related controllers (called from
tmc/pkg/server/controllers.go
), for example for scheduling as well as SyncTarget API management, should use the cache informers for things like APIExports, SyncTargets, LogicalCluster resources.It has been done on the TMC core side, everything is still TBD on the TMC side.
Here is a list of where changes should be done to use cache informers instead of shard-local informers:
The text was updated successfully, but these errors were encountered: