Start reconciling on the new field

This commit is contained in:
Gaurav Ghildiyal
2024-02-23 19:26:17 -08:00
parent 9513f75089
commit 51a3fa2e6f
4 changed files with 293 additions and 38 deletions

View File

@@ -173,6 +173,7 @@ func NewController(ctx context.Context, podInformer coreinformers.PodInformer,
c.maxEndpointsPerSlice,
c.endpointSliceTracker,
c.topologyCache,
utilfeature.DefaultFeatureGate.Enabled(features.ServiceTrafficDistribution),
c.eventRecorder,
controllerName,
)