You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the autoscaler to a collector deploys a HPA crd, but it does not remove the CRD if the autoscaler section is removed.
operator logs show this instead. hpa field is unset in Spec, skipping autoscaler creation
Steps to Reproduce
Deploy a Collector with the autoscaler in the spec.
Validate HPA is deployed for collector.
Remove autoscaler from spec.
HPA CRD remains.
I have just tested it, and the HPA is not being deleted when we remove it from the OpenTelemetryCollector instance. So, I'll send a fix for that issue.
Component(s)
No response
What happened?
Description
Adding the autoscaler to a collector deploys a HPA crd, but it does not remove the CRD if the autoscaler section is removed.
operator logs show this instead.
hpa field is unset in Spec, skipping autoscaler creation
Steps to Reproduce
Deploy a Collector with the autoscaler in the spec.
Validate HPA is deployed for collector.
Remove autoscaler from spec.
HPA CRD remains.
Expected Result
HPA CRD for collector to get deleted.
Actual Result
HPA CRD remains.
Kubernetes Version
v1.25.15-gke.1115000
Operator version
v0.92.1
Collector version
v0.92.0
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: