mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
remove incorrect comment referencing removed functionality
The cbr0 configuration behavior this comment references was removed in #34906
This commit is contained in:
parent
72440a10e9
commit
d245e72bae
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user