opentelemetry-operator
opentelemetry-operator copied to clipboard
Move MaxReplicas and MinReplicas to AutoscalerSpec in collector CRD
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.