From a780351e4f49ca49076cc96fcbafc4050b3a03f1 Mon Sep 17 00:00:00 2001 From: xichengliudui Date: Fri, 12 Oct 2018 20:36:06 -0400 Subject: [PATCH] Remove excess 'on' --- sig-scalability/configs-and-limits/provider-configs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sig-scalability/configs-and-limits/provider-configs.md b/sig-scalability/configs-and-limits/provider-configs.md index afe183b0e97..4cfefefacbf 100644 --- a/sig-scalability/configs-and-limits/provider-configs.md +++ b/sig-scalability/configs-and-limits/provider-configs.md @@ -118,7 +118,7 @@ proposed ### Areas for Future Work -* Leader election results are non-deterministic on on a typical cluster, and a config would be best served to be configured as worst-case. Not presently known whether there are performance impacts resulting from leader election resulting in either co-location or distribution of those components. +* Leader election results are non-deterministic on a typical cluster, and a config would be best served to be configured as worst-case. Not presently known whether there are performance impacts resulting from leader election resulting in either co-location or distribution of those components. * Improving the cluster performance loading to match production deployment scenarios is critical on-going work, especially clusterloader: [https://git.k8s.io/perf-tests/clusterloader](https://git.k8s.io/perf-tests/clusterloader)