-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Cluster Autoscaler: pick up the fix for k/k#114509 #5372
Comments
Looks like it was cherry-picked here So we are just waiting on the patch release.https://kubernetes.io/releases/patch-releases/#1-25 |
/assign @jayantjain93 |
PRs are open for all affected versions. |
update vendor to v1.26.1 due to #5372
update vendor to v1.25.6 due to #5372
update vendor to v1.24.10 due to #5372
/fixed |
This can drop when rebasing 1.27+
This can drop when rebasing 1.27+
This can drop when rebasing 1.27+
* Move PredicateChecker initialization before processors initialization * Cluster Autoscaler 1.26.1 * update vendor to v1.26.1 due to kubernetes#5372 * baseURI for skuClient based on cloud * Update go version to 1.19.7 This is following-up on Kubernetes 1.26 bumping the go version. * Update vendor to kubernetes 1.26.3 Also updated CA version to 1.26.2 * revendored with ./hack/update-vendor.sh 1.26.1 * back to ./hack/update-vendor.sh 1.26.3 after IT success * const ClusterAutoscalerVersion = "1.26.1 * mod sync_changes mentioning k8s.io pkg upgrades --------- Co-authored-by: Bartłomiej Wróblewski <[email protected]> Co-authored-by: Kubernetes Prow Robot <[email protected]> Co-authored-by: Kuba Tużnik <[email protected]> Co-authored-by: Jayant Jain <[email protected]> Co-authored-by: Prachi Gandhi <[email protected]> Co-authored-by: Maciek Pytel <[email protected]>
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/close |
@towca: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
kubernetes/kubernetes#114509 is a bug in scheduler which affects Cluster Autoscaler at scale, introduced in k8s 1.24. It was already fixed on k/k master (kubernetes/kubernetes#114518), and the fix will be cherry-picked to 1.24 and 1.25. After that happens, and new k8s patch releases are tagged, we need to update the vendor in 1.24 and 1.25 to pick up the fix, and cut new CA patch versions.
The text was updated successfully, but these errors were encountered: