We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to run an HPA with a statefulset collector and got the following error when trying to specify a minReplica value
minReplica
% helm upgrade lightstep ./collector_k8s -f ./collector_k8s/values.yaml -f ./collector_k8s/values-remote.yaml -n opentelemetry --install --create-namespace Error: UPGRADE FAILED: error validating "": error validating data: ValidationError(OpenTelemetryCollector.spec): unknown field "minReplicas" in io.opentelemetry.v1alpha1.OpenTelemetryCollector.spec
and then looked at https://github.com/open-telemetry/opentelemetry-helm-charts/blob/main/charts/opentelemetry-operator/crds/crd-opentelemetrycollector.yaml#L177 and it seems that minReplicas is actually missing
minReplicas
Can this be updated to reflect this open-telemetry/opentelemetry-operator@0232b80? Thanks!
The text was updated successfully, but these errors were encountered:
/cc @Allex1
Sorry, something went wrong.
@Allex1 did the bump to 0.56.0 fix this issue?
@TylerHelmuth the minReplica field is present in the new CRD but I haven't tested . Maybe @moh-osman3 can give it a go ?
I applied the udpated CRD to my collector statefulset and confirmed that minReplicas is now recognized and works as expected. Thanks for the help!
No branches or pull requests
Trying to run an HPA with a statefulset collector and got the following error when trying to specify a
minReplica
valueand then looked at https://github.com/open-telemetry/opentelemetry-helm-charts/blob/main/charts/opentelemetry-operator/crds/crd-opentelemetrycollector.yaml#L177 and it seems that
minReplicas
is actually missingCan this be updated to reflect this open-telemetry/opentelemetry-operator@0232b80? Thanks!
The text was updated successfully, but these errors were encountered: