Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 0c49e89

Browse files
committed
Fix proxy sync bug
Signed-off-by: feisky <feiskyer@gmail.com>
1 parent 58649a6 commit 0c49e89

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/proxy/haproxy/proxier.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,6 @@ func (proxier *Proxier) syncProxyRules() {
335335
}
336336
glog.V(3).Infof("Syncing proxy rules")
337337

338-
proxier.haveReceivedEndpointsUpdate = false
339-
proxier.haveReceivedServiceUpdate = false
340-
341338
// Get existing pods
342339
podList, err := proxier.hyperClient.ListPods()
343340
if err != nil {

0 commit comments

Comments
 (0)