summaryrefslogtreecommitdiff
path: root/sig-scalability
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-10-13 14:02:53 -0700
committerGitHub <noreply@github.com>2018-10-13 14:02:53 -0700
commit4e2fba446f8ed6fbfa1e63f78874c3cb65118a46 (patch)
tree624fa0c9cb19ebd06f0f347cfdf3870972bbafcd /sig-scalability
parent06e34629d46e3ccbebeb7350a3ae72e7b20e2fab (diff)
parenta780351e4f49ca49076cc96fcbafc4050b3a03f1 (diff)
Merge pull request #2788 from xichengliudui/fix18101302
Remove excess 'on'
Diffstat (limited to 'sig-scalability')
-rw-r--r--sig-scalability/configs-and-limits/provider-configs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/sig-scalability/configs-and-limits/provider-configs.md b/sig-scalability/configs-and-limits/provider-configs.md
index afe183b0..4cfefefa 100644
--- a/sig-scalability/configs-and-limits/provider-configs.md
+++ b/sig-scalability/configs-and-limits/provider-configs.md
@@ -118,7 +118,7 @@ proposed</td>
### 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)