Delete TODO around implementing rate limiting to protect against DOS

From discussions in https://github.com/kubernetes/kubernetes/pull/83784,
it appears there actually isn't a ton of risk around a DOS. Delete the
TODO.
This commit is contained in:
mattjmcnaughton 2020-02-18 08:24:25 -05:00
parent 2e5d5ebf59
commit ccf488fe11
No known key found for this signature in database
GPG Key ID: BC530981A9A1CC9D

View File

@ -191,7 +191,6 @@ func (w *Watcher) handlePluginRegistration(socketPath string) error {
if runtime.GOOS == "windows" {
socketPath = util.NormalizePath(socketPath)
}
//TODO: Implement rate limiting to mitigate any DOS kind of attacks.
// Update desired state of world list of plugins
// If the socket path does exist in the desired world cache, there's still
// a possibility that it has been deleted and recreated again before it is