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
If I recall properly, this receiver spins up and checks the k8s environment to make sure it uses the proper api for these two kinds. We should be safe once those deprecated apis disappear, we may want to clean up some dead code paths later.
Kubernetes v1.26 was released in December 2022. This version is still new and distributions like AKS, EKS, ROSA, and GKE will start using it soon (if not already).
I originally only scoped validation testing for this ticket to Kuberenetes v1.25 because that was all the was mentioned in conversations and tickets, thus I am closing ticket. I’ll get the right tickets filed for supporting Kubernetes v1.26 with v2 HPA.
Currently the otel-collector requests
batch/v1beta1 CronJob
andautoscaling/v2beta2 HorizontalPodAutoscaler
from the APIThese API kinds in that API version are going to be removed in k8s 1.25:
This is with otel 0.67.0
The text was updated successfully, but these errors were encountered: