From 16503b7bbd22f1cc19ce21bbf4713fb1e01a364a Mon Sep 17 00:00:00 2001 From: Irfan Ur Rehman Date: Tue, 13 Mar 2018 21:44:01 +0530 Subject: [PATCH] Move the federated hpa design proposal to sig multicluster folder Also update a spelling suggestion by newly implemented hack/verify-spelling.sh --- .../design-proposals/{ => multicluster}/federated-hpa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename contributors/design-proposals/{ => multicluster}/federated-hpa.md (99%) diff --git a/contributors/design-proposals/federated-hpa.md b/contributors/design-proposals/multicluster/federated-hpa.md similarity index 99% rename from contributors/design-proposals/federated-hpa.md rename to contributors/design-proposals/multicluster/federated-hpa.md index ffc94236f..7639425bb 100644 --- a/contributors/design-proposals/federated-hpa.md +++ b/contributors/design-proposals/multicluster/federated-hpa.md @@ -240,7 +240,7 @@ In Design Alternative 1 the autoscaling of replicas will continue, even if a giv cluster gets disconnected from federation or in case of the federation control plane outage. This would happen because the local HPAs with the last know maxreplica and minreplicas would exist in the local clusters. Additionally in this alternative there -is no need of collection and processing of the pod metrices for the target object from +is no need of collection and processing of the pod metrics for the target object from each individual cluster. This document proposes to use ***design alternative 1*** as the preferred implementation.