We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587727d commit e82fbe5Copy full SHA for e82fbe5
internal/k8s/controller.go
@@ -1037,7 +1037,7 @@ func (lbc *LoadBalancerController) sync(task task) {
1037
lbc.syncConfigMap(task)
1038
case endpointslice:
1039
resourcesFound := lbc.syncEndpointSlices(task)
1040
- if lbc.batchSyncEnabled && resourcesFound {
+ if lbc.batchSyncEnabled && resourcesFound && !lbc.isNginxPlus {
1041
nl.Debugf(lbc.Logger, "Endpointslice %v is referenced - enabling batch reload", task.Key)
1042
lbc.enableBatchReload = true
1043
}
0 commit comments