-
Notifications
You must be signed in to change notification settings - Fork 132
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
Assign providerIDs to node objects that do not have a cloudprovider #564
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. /close |
@kubermatic-bot: 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. |
Is it possible to reopen this issue? I just encountered it while having no cloud provider manager running. I would like to use the autoscaler without using a cloud provider manager but due to the missing providerID I'm unable to do that. |
@unixfox would you like to contribute this? /reopen |
@kron4eg: Reopened 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. |
I'm not a Golang developer but I don't mind learning it. I'll try to work on it in January where I'll have a bunch of time to learn this new language and thus try to contribute for this new feature. Meanwhile, thank you for reopening the issue. |
Is there still interest in contributing? @unixfox |
Yes but I don't have the time for that right now, and I'm not experimented enough in Golang yet. You can close this issue if you really want to close it. That won't stop me from contributing later. |
Thanks for the heads up. I will move it to our icebox. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. /close |
@kubermatic-bot: 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. |
Currently, nodes on platforms that do not have a cloudprovider do not get their
providerID
property set. This will pose a problem for the cluster-autoscaler, which [identifies nodes by their providerID (https://github.com/frobware/autoscaler/blob/b4efe3c825bdeeae6b0155d8482ad1cf0e2a10f0/cluster-autoscaler/clusterstate/clusterstate.go#L947). If there are too many unindentified nodes, it will eventually just stop working.Acceptance criteria:
The text was updated successfully, but these errors were encountered: