Merge pull request #103896 from july2993/read

Remove wrong comment
This commit is contained in:
Kubernetes Prow Robot
2021-09-02 21:27:49 -07:00
committed by GitHub

View File

@@ -1008,7 +1008,6 @@ func (proxier *Proxier) OnNodeSynced() {
}
// This is where all of the ipvs calls happen.
// assumes proxier.mu is held
func (proxier *Proxier) syncProxyRules() {
proxier.mu.Lock()
defer proxier.mu.Unlock()