summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <ryan.phillips@coreos.com>2017-08-18 12:21:24 -0500
committerRyan Phillips <ryan.phillips@coreos.com>2017-08-18 12:21:24 -0500
commit82e7ae00a7091b6dcd7b35e3a0181af3563a8a7f (patch)
treef57c865e7866707a4f571345135bd895353d9f0a
parent81b6c5845aca4e268ba662f4f70e4570fc58562c (diff)
make the stanza clear on what it does
-rw-r--r--contributors/design-proposals/apiserver-count-fix.md3
1 files changed, 2 insertions, 1 deletions
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)