-
Notifications
You must be signed in to change notification settings - Fork 559
Open
Labels
Description
Component(s)
target allocator
What happened?
Description
We need annotations
under the targetallocator
Deployment resource, which is needed for downscaling of it through the py-kube-downscaler application.
Currently, it's not possible to add annotations
in the target allocator
deployment. The following options have not worked so far to add annotations in the Deployment:
- Adding
annotations
under theOpenTelemetryCollector
resource (they are propagated in the Pod annotations, but not in the Deployment annotations of TargetAllocator). - Using the TargetAllocator CRD through usage of
podAnnotations
orannotations
under metadata (annotations get also attached to the pods, but not the Deployment itself).
Expected Result
Having Annotations under the metadata of the TargetAllocator Deployment.
Actual Result
Annotations are attached to the Pods of the TargetAllocator, but not on the Deployment.
Kubernetes Version
1.33
Operator version
v0.134.0
Collector version
v0.134.0
Environment information
Environment
OS: Linux
Additional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1
or me too
, to help us triage it. Learn more here.
mikel-jason and maxutlvl