Merge pull request #2175 from wojtek-t/cleanup_node_heartbeat_kep

Minor fixes to heartbeat KEP
This commit is contained in:
k8s-ci-robot 2018-05-22 07:58:55 -07:00 committed by GitHub
commit e9086f10c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,7 @@ approvers:
editor: TBD
creation-date: 2018-04-27
last-updated: 2018-04-27
status: provisional
status: implementable
see-also:
- https://github.com/kubernetes/kubernetes/issues/14733
- https://github.com/kubernetes/kubernetes/pull/14735
@ -181,6 +181,8 @@ Once all the code changes are done, we will:
1. start updating `Lease` object every 10s by default, at the same time
reducing frequency of NodeStatus updates initially to 40s by default.
We will reduce it further later.
Note that it doesn't reduce frequency by which Kubelet sends "meaningful"
changes - it only impacts the frequency of "lastHeartbeatTime" changes.
<br> TODO: That still results in higher average QPS. It should be acceptable but
needs to be verified.
1. announce that we are going to reduce frequency of NodeStatus updates further

View File

@ -1 +1 @@
9
10