chore: rework cluster-autoscaler Scaleway cloudprovider integration#8782
Conversation
|
@pablo-ruth: The label(s) DetailsIn 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-sigs/prow repository. |
|
Hi @pablo-ruth. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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-sigs/prow repository. |
8d3ab70 to
7a772b2
Compare
7a772b2 to
62dd8bc
Compare
|
/ok-to-test |
jackfrancis
left a comment
There was a problem hiding this comment.
/assign @louisportay
|
@jackfrancis: GitHub didn't allow me to assign the following users: louisportay. Note that only kubernetes members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. DetailsIn 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-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jackfrancis, louisportay, pablo-ruth The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@pablo-ruth @louisportay do you build CA bits for Scaleway customers based on the upstream release branches for particular versions of Kubernetes or do you re-use the upstream images? Happy to backport these updates across the 1.31+ branches if that helps. |
|
We plan to reuse upstream images and sync release branches starting from 1.34. |
|
/cherry-pick cluster-autoscaler-release-1.34 |
|
@jackfrancis: #8782 failed to apply on top of branch "cluster-autoscaler-release-1.34": DetailsIn 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-sigs/prow repository. |
|
@jackfrancis: #8782 failed to apply on top of branch "cluster-autoscaler-release-1.35": DetailsIn 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-sigs/prow repository. |
What type of PR is this?
/kind feat
What this PR does / why we need it:
This PR reworks the Scaleway provider integration. We've updated the autoscaler's API calls to deprecate legacy infrastructure components and improve scaling performance. The new implementation optimizes our backend handlers, resulting in faster response times and more efficient cluster scaling operations.