-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cluster-autoscaler: Upgrade to k8s 1.29 (#1151)
This patch was essentially a rewrite of the original. Context being, upstream, the cluster autoscaler team unified the watch and lister interfaces using informers. So, instead of patching both of those methods, only the `List()` method on the `allPodLister` is modified. Assuming my understanding is correct it'll have the same behaviour but with much less code (as evidenced by the removed lines in the original patch) I'm not sure how to validate it works as expected other than allowing the e2e tests to run, so if there is anything I can do, let me know :)
- Loading branch information
Showing
4 changed files
with
41 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
cluster-autoscaler-release-1.28 | ||
cluster-autoscaler-release-1.29 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
10a229ac17ea8049248d1c3ce2923b94a4f9085c | ||
d4bbc686ac02a77a6ad1362fe7bbda387e8f074a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters