From 82e7ae00a7091b6dcd7b35e3a0181af3563a8a7f Mon Sep 17 00:00:00 2001 From: Ryan Phillips Date: Fri, 18 Aug 2017 12:21:24 -0500 Subject: make the stanza clear on what it does --- contributors/design-proposals/apiserver-count-fix.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors/design-proposals/apiserver-count-fix.md b/contributors/design-proposals/apiserver-count-fix.md index 7ed6a39b..f822c7d9 100644 --- a/contributors/design-proposals/apiserver-count-fix.md +++ b/contributors/design-proposals/apiserver-count-fix.md @@ -82,7 +82,8 @@ type ControllerEndpointData struct { } ``` -On each reconcile loop (defaults to every 10 seconds currently): +The reconcile loop will expire endpoints that do not meet the duration. On +each reconcile loop (the loop runs every 10 seconds currently): 1. Retrieve `kube-apiserver-endpoints-config` ConfigMap (as configMap) 1. Retrieve `kube-apiserver-endpoints` ConfigMap (as endpointMap) -- cgit v1.2.3