mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
Merge pull request #88266 from mattjmcnaughton/mattjmcnaughton/delete-pluginwatcher-DOS-TODO
Delete TODO around implementing rate limiting to protect against DOS
This commit is contained in:
commit
ffc87f2d0c
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue