diff options
| -rw-r--r-- | contributors/design-proposals/apiserver-count-fix.md | 3 |
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) |
