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
commit 571a3f6f2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()