• Yu-Ju Hong's avatar
    kubelet: remove background updating thread in RuntimeCache · dc42d25f
    Yu-Ju Hong authored
    This feature is no longer useful pods don't sync as often. For batch
    creation/deletions/syncs, the cache will be up-to-date for most pods since it
    will be updated frequently. For other cases, continue updating for two more
    seconds don't usually help, as temporal locality doesn't hold across pod syncs.
    dc42d25f
runtime_cache.go 2.59 KB