-
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
chore(cluster-autoscaler/rancher): parametize provider ID #5320
Conversation
Welcome @alcidesmig! |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: alcidesmig The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks @alcidesmig for your PR! Unfortunately the prefix alone won't fix the issues described in #5140 (comment). For example, for AWS the In order to fix this issue properly, I think this whole thing needs to be approached differently. I would prefer if the user would not have to worry about configuring this and the provider would just figure everything out by itself. I have already started to work on this but I have not been able to finish it yet as the tests need to be adjusted quite a bit as well. I realize that this is probably not easy to just pick up but if you can wait, I intend to take some time this week to finish this. |
Hi, @ctrox! Got it. I implemented this PR because we're having problems with Thank you for bringing it. |
Opened PR #5361 that should handle this issue more generally. |
@alcidesmig: PR needs rebase. 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. |
Thank you @ctrox! Closing here... |
Which component this PR applies to?
cluster-autoscaler
What type of PR is this?
/kind feature
What this PR does / why we need it:
This PR parametrizes the Provider ID used in rancher autoscaler to attribute node group to existent nodes.
Which issue(s) this PR fixes:
Fixes #5140
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: