kubernetes/pkg/controller/volume/attachdetach
Kubernetes Submit Queue 3d7a105d9b Merge pull request #30903 from jingxu97/cherrypick-8-19
Automatic merge from submit-queue

Avoid failure message flush log when node no longer exist

When node is deleted, attach-detach controller cache may contain stale
information of this node, and update node status fails in reconciler
loop. This message easily flush the log file. This PR is just a quick
fix of this issue. More complete fix including make controller cache
up to date will be addressed in another PR.
2016-08-19 15:45:58 -07:00
..
cache Fix collisions issues / timeouts for mounts 2016-07-27 17:53:50 -04:00
populator Check pod exist in attach controller DSW populator 2016-07-20 01:03:04 -07:00
reconciler Add Events for operation_executor to show status of mounts, failed or successful 2016-08-17 09:53:47 -04:00
statusupdater node not exist during node status update should not block others 2016-08-18 13:51:30 -07:00
testing Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
attach_detach_controller_test.go Add Events for operation_executor to show status of mounts, failed or successful 2016-08-17 09:53:47 -04:00
attach_detach_controller.go Merge pull request #27778 from screeley44/k8-vol-executor 2016-08-19 08:27:48 -07:00
OWNERS Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00