opentelemetry-operator icon indicating copy to clipboard operation
opentelemetry-operator copied to clipboard

Move MaxReplicas and MinReplicas to AutoscalerSpec in collector CRD

Open moh-osman3 opened this issue 2 years ago • 0 comments

In https://github.com/open-telemetry/opentelemetry-operator/pull/1077, an Autoscaler field and object was added to the collector CRD. MaxReplicas and MinReplicas are fields specific to autoscaling so that should be moved to the AutoscalerSpec, and the HPA source code should be refactored to reflect this.

moh-osman3 avatar Sep 20 '22 20:09 moh-osman3