From 497b46fc58528e9375db0a2ef2385bbdc9e163bd Mon Sep 17 00:00:00 2001 From: shubhamrai1993 Date: Tue, 24 Aug 2021 16:01:26 +0530 Subject: [PATCH] Should be `cube` and not `kube` The text should say `cube` and not `kube` as mentioned in the kubecon talk --- sig-scalability/configs-and-limits/thresholds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sig-scalability/configs-and-limits/thresholds.md b/sig-scalability/configs-and-limits/thresholds.md index 8fe8b76e5..aa0e57e50 100644 --- a/sig-scalability/configs-and-limits/thresholds.md +++ b/sig-scalability/configs-and-limits/thresholds.md @@ -18,7 +18,7 @@ configurations that Kubernetes supports create `Scalability Envelope`: ![Scalability Envelope](./scalability-envelope.png) Some the properties of the envelope: -1. It's NOT a kube, because dimensions are sometimes not independent. +1. It's NOT a cube, because dimensions are sometimes not independent. 1. It's NOT convex. 1. As you move farther along one dimension, your cross-section wrt other dimensions gets smaller.