-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
HorizontalPodAutoscaler v2beta1 is deprecated in v1.22+ #5128
Comments
From #5130
|
/priority important-soon Since we haven't even yet moved to k8s 1.22 minimum, I don't think we can bump straight to 1.23 in v0.39. Maybe v0.40? |
Can we start testing on 1.23 and record any outstanding items? |
/cc @pritidesai |
Related knative/serving issue - knative/serving#12806. Looks like Knative will be moving to k8s 1.23 as minimum version in October: https://github.com/knative/community/blob/main/mechanics/RELEASE-SCHEDULE.md. Whether that's a blocker for us moving to requiring 1.23, I don't know. |
We can test but I am thinking it could be a blocker |
@dprotaso mentioned 1.23 is not in GKE regular channel - knative/community#1140 😞 |
I thought the minimum was already 1.22 but that's not the case as per our documentation. But the default minimum version needed for knative is 1.22 as per https://github.com/tektoncd/pipeline/blob/main/vendor/knative.dev/pkg/version/version.go#L36 And the PR - #4928. I missed this action-required in the release notes 😞 |
EKS version 1.25+ breaks cost-model container issue makes pod unhealthy because of error: ``` HorizontalPodAutoscaler v2beta1 is deprecated ``` ref: tektoncd/pipeline#5128
Expected Behavior
A released deployment manifest that does not use the deprecated HorizontalPodAutoscaler.
Actual Behavior
tekton-pipelines uses HorizontalPodAutoscaler in the deployment manifest
Steps to Reproduce the Problem
Additional Info
Kubernetes version: 1.23
tkn version :
Pipeline version: v0.27.3
Triggers version: v0.16.0
Dashboard version: v0.20.0
Full warning: autoscaling/v2beta1 HorizontalPodAutoscaler is deprecated in v1.22+, unavailable in v1.2
5+; use autoscaling/v2 HorizontalPodAutoscaler
The text was updated successfully, but these errors were encountered: