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.