Kubernetes Submit Queue
e5b559ac82
Merge pull request #37569 from caesarxuchao/fix-kubelet-map-race
...
Automatic merge from submit-queue
Fix concurrent read/write to map error in kubelet
Fix #37560 .
The concurrent read/write is to the pod annotations. The call in apiserver.go reads the annotations, and the config.go writes the annotations. I moved the reads to config.go to avoid the race.
2016-11-29 09:37:32 -08:00
..
2016-11-23 22:30:47 -06:00
2016-11-29 07:32:27 -08:00
2016-11-23 22:30:47 -06:00
2016-11-29 07:33:28 -08:00
2016-11-29 07:33:18 -08:00
2016-11-03 08:30:50 -04:00
2016-10-21 17:32:32 -07:00
2016-11-23 22:30:47 -06:00
2016-11-23 15:53:09 -08:00
2016-11-23 22:30:47 -06:00
2016-11-23 22:30:47 -06:00
2016-11-23 15:53:09 -08:00
2016-11-23 15:53:09 -08:00
2016-11-23 15:53:09 -08:00
2016-10-21 17:32:32 -07:00
2016-11-29 07:33:28 -08:00
2016-11-23 22:30:47 -06:00
2016-10-21 17:32:32 -07:00
2016-11-03 14:19:34 -07:00
2016-10-21 17:32:32 -07:00
2016-11-29 07:31:48 -08:00
2016-11-28 11:56:21 -08:00
2016-11-23 15:53:09 -08:00
2016-10-21 17:32:32 -07:00
2016-11-23 22:30:47 -06:00
2016-11-23 15:53:09 -08:00
2016-10-21 17:32:32 -07:00
2016-11-28 11:42:49 -08:00
2016-11-23 22:30:47 -06:00
2016-11-28 11:44:31 -08:00
2016-11-01 14:42:01 -04:00
2016-11-23 22:30:47 -06:00
2016-11-23 15:53:09 -08:00
2016-11-23 15:53:09 -08:00
2016-10-21 17:32:32 -07:00
2016-11-23 15:53:09 -08:00
2016-11-15 10:42:53 -08:00
2016-11-23 22:30:47 -06:00
2016-10-21 17:32:32 -07:00
2016-11-29 07:32:38 -08:00
2016-10-24 14:41:56 -07:00
2016-11-28 12:30:38 -08:00
2016-11-23 22:30:47 -06:00