remove incorrect comment referencing removed functionality

The cbr0 configuration behavior this comment references was removed in #34906
This commit is contained in:
Michael Taufen 2018-06-22 11:55:02 -07:00
parent 72440a10e9
commit d245e72bae

View File

@ -395,8 +395,7 @@ func (kl *Kubelet) updateNodeStatus() error {
return fmt.Errorf("update node status exceeds retry count")
}
// tryUpdateNodeStatus tries to update node status to master. If ReconcileCBR0
// is set, this function will also confirm that cbr0 is configured correctly.
// tryUpdateNodeStatus tries to update node status to master.
func (kl *Kubelet) tryUpdateNodeStatus(tryNumber int) error {
// In large clusters, GET and PUT operations on Node objects coming
// from here are the majority of load on apiserver and etcd.