Skip to content

[kube-stack] bump operator to 0.91.0 and add target allocator crd #1761

New issue

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

Merged
merged 3 commits into from
Jul 14, 2025

Conversation

rogercoll
Copy link
Contributor

Current deployments of the Chart for collectors that set horizontal autoscaling have the following failure:

status:
  conditions:
  - lastTransitionTime: "2025-07-14T10:37:48Z"
    message: 'the HPA controller was unable to get the target''s current scale: Internal
      error occurred: the spec replicas field ".spec.replicas" does not exist'
    reason: FailedGetScale
    status: "False"
    type: AbleToScale
  currentMetrics: null
  desiredReplicas: 0

Fixed by: open-telemetry/opentelemetry-operator#4047

This PR updates the operator dependency to latest + adds the new TargetAllocator CR (operator fails at startup if not available)

@rogercoll rogercoll requested review from jaronoff97 and a team as code owners July 14, 2025 11:29
Copy link
Contributor

@jaronoff97 jaronoff97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rogercoll were you able to test that these bumps don't break the functionality manually?

@rogercoll
Copy link
Contributor Author

@rogercoll were you able to test that these bumps don't break the functionality manually?

Yes, with these changes I was able to run a configuration previously pinned at 0.3.9 without problem. Manual deployment of the target allocator seems to be fine too.

@jaronoff97
Copy link
Contributor

Thank you 🙇

@jaronoff97 jaronoff97 merged commit 6273fd7 into open-telemetry:main Jul 14, 2025
4 checks passed
snuggie12 pushed a commit to snuggie12/opentelemetry-helm-charts that referenced this pull request Jul 14, 2025
…en-telemetry#1761)

* bump operator to 0.91.0 and add target allocator crd

* chore: remove empty line

* fix linter appVersion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants