diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-09-18 09:59:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-18 09:59:16 -0700 |
| commit | 23506b943e55848c742f30ebe3bc2ca1e9395cb7 (patch) | |
| tree | b723d771f2a84cbad157a16c119b5529a73eb7b6 | |
| parent | ca19b08c460d0b069ce6f499a532b1d08e678de7 (diff) | |
| parent | cdd59eeee9332f4c0d5cd403656a1b6d11e7abae (diff) | |
Merge pull request #2683 from mirake/fix-typos
Fix typo: improvment -> improvement
| -rw-r--r-- | keps/sig-node/0009-node-heartbeat.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keps/sig-node/0009-node-heartbeat.md b/keps/sig-node/0009-node-heartbeat.md index ab8bf5bc..f80b9609 100644 --- a/keps/sig-node/0009-node-heartbeat.md +++ b/keps/sig-node/0009-node-heartbeat.md @@ -209,7 +209,7 @@ To be considered: - In general, we recommend to keep frequencies of NodeStatus reporting in both Kubelet and NodeProblemDetector in sync (once all changes will be done) and that should be reflected in [NPD documentation][]. - - Note that reducing frequency to 1 minute already gives us almost 6x improvment. + - Note that reducing frequency to 1 minute already gives us almost 6x improvement. It seems more than enough for any foreseeable future assuming we won’t significantly increase the size of object Node. Note that if we keep adding node conditions owned by other components, the |
