-
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
Various fixes to the OVHcloud provider #4874
Various fixes to the OVHcloud provider #4874
Conversation
|
Welcome @XavierDuthil! |
Fix silent failure of upscale/downscale due to the node group status being not READY Fix Instance.ID to the actual value of Node.Spec.ProviderID Fix infinite looping when DecreaseTargetSize is called Fix the way we determine to which node group a node belongs to Fix handling of non-autoscaled nodepools (now considered as autoscaled nodepools with no margin of action) Fix TemplateNodeInfo with correct allocatable resources from the instance flavor specs Signed-off-by: Xavier Duthil <[email protected]>
2f90257
to
0f5f9a1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
cc: @ricoleabricot |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mwielgus, XavierDuthil The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Well done 🎉 |
Various bug fixes to the OVHcloud provider:
Signed-off-by: Xavier Duthil [email protected]
Which component this PR applies to?
cluster-autoscaler
What type of PR is this?
/kind bug
What this PR does / why we need it:
Various fixes to the OVHcloud provider (see top of description for the list of fixes).
Those fixes have already been released in production on the OVHcloud Managed Kubernetes product.
Which issue(s) this PR fixes:
Special notes for your reviewer:
This PR is also the continuation from the outdated draft PR #4248.
I squashes all commits for convenience but I can split them back to 5-6 commits if needed.
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: