Skip to content

Commit 81f6485

Browse files
authored
Merge pull request kubernetes#1294 from wojtek-t/cheaper_node_heartbeats_ga_2
Update node heartbeats KEP
2 parents fb7e371 + 4ca88d2 commit 81f6485

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

keps/sig-node/0009-node-heartbeat.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,11 @@ jump to ~30KB with server-side-apply feature, in 5k-node clusters, we are reduci
210210
etcd write throughput from 150MB/min to 30MB/min. Note that this isn't the only
211211
gain, because we also save on sending watch events, in kube-apiserver, and so on.
212212

213-
With this change and positive user-feedback we already got, we will also graduate
214-
the feature to GA in 1.17 too.
213+
Additionally, we will modify kubectl describe to show the information from the
214+
corresponding Lease object.
215+
216+
With those two changes and positive user-feedback we already got, we will also
217+
graduate the feature to GA in 1.17 too.
215218

216219
Other notes:
217220

@@ -279,6 +282,8 @@ both real clusters and Kubemark.
279282

280283
GA:
281284
- Enabled by default for a release with no complaints.
285+
- Frequency of NodeStatus defaulted to 5m
286+
- kubectl describe node showing information from corrsponding Lease object
282287

283288

284289
## Implementation History

0 commit comments

Comments
 (0)