• Dan Williams's avatar
    kubelet: remove unused bandwidth shaping teardown code · 5b8ad3f7
    Dan Williams authored
    Since v1.5 and the removal of --configure-cbr0:
    
    0800df74 "Remove the legacy networking mode --configure-cbr0"
    
    kubelet hasn't done any shaping operations internally.  They
    have all been delegated to network plugins like kubenet or
    external CNI plugins.  But some shaping code was still left
    in kubelet, so remove it now that it's unused.
    5b8ad3f7
kubelet_network_test.go 6.27 KB