Merge pull request #13702 from ghodss/ghodss-yaml-upgrade

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-09-16 22:27:24 -07:00
6 changed files with 66 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ const (
// of expectations, without it the controller could stay asleep forever. This should
// be set based on the expected latency of watch events.
//
// Currently an controller can service (create *and* observe the watch events for said
// Currently a controller can service (create *and* observe the watch events for said
// creation) about 10-20 pods a second, so it takes about 1 min to service
// 500 pods. Just creation is limited to 20qps, and watching happens with ~10-30s
// latency/pod at the scale of 3000 pods over 100 nodes.