Skip to content

Commit e82fbe5

Browse files
committed
Fix #7778
Signed-off-by: Dong Wang <[email protected]>
1 parent 587727d commit e82fbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/k8s/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ func (lbc *LoadBalancerController) sync(task task) {
10371037
lbc.syncConfigMap(task)
10381038
case endpointslice:
10391039
resourcesFound := lbc.syncEndpointSlices(task)
1040-
if lbc.batchSyncEnabled && resourcesFound {
1040+
if lbc.batchSyncEnabled && resourcesFound && !lbc.isNginxPlus {
10411041
nl.Debugf(lbc.Logger, "Endpointslice %v is referenced - enabling batch reload", task.Key)
10421042
lbc.enableBatchReload = true
10431043
}

0 commit comments

Comments
 (0)