pkg/discovery/routing/router.go (2 lines): - line 89: // TODO avtakkar: reconsider the max record age for cached files. Or, ensure that the cached list is periodically advertised. - line 161: // TODO avtakkar: currently only doing a negative cache, this could maybe become a positive cache as well. pkg/containerd/hosts.go (1 line): - line 111: hostConfigs[u.String()] = hostConfig{Capabilities: capabilities, SkipVerify: true} // nolint: gosec. TODO avtakkar: configure TLS.