You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hetzner Cloud using k3s/k3sup, local development environment
What did you expect to happen?:
A successful scale down of unused nodes for my cloud provider hetzner.
What happened instead?:
Scale down never happened and instead this error message was printed every reconciliation loop:
E0815 10:24:08.433379 1 post_filtering_processor.go:59] Failed to get autoscaling options for node group pool1: Not implemented
How to reproduce it (as minimally and precisely as possible):
Use a cloudprovider that has NodeGroup.GetOptions() returning nil, cloudprovider.ErrNotImplemented
I can provide a full script, but do intend to submit a patch for this anyway.
Anything else we need to know?:
Some callsites of NodeGroup.GetOptions() do not properly handle the cloudprovider.ErrNotImplemented error. This is a valid response and should not cause a broken scale-down operation for these cloud providers.
Which component are you using?:
cluster-autoscaler
What version of the component are you using?:
Component version:
master
/e1b03fac9958791790bfc18eeba9fab5cac0ccc1What k8s version are you using (
kubectl version
)?:kubectl version
OutputWhat environment is this in?:
Hetzner Cloud using k3s/k3sup, local development environment
What did you expect to happen?:
A successful scale down of unused nodes for my cloud provider
hetzner
.What happened instead?:
Scale down never happened and instead this error message was printed every reconciliation loop:
How to reproduce it (as minimally and precisely as possible):
NodeGroup.GetOptions()
returningnil, cloudprovider.ErrNotImplemented
I can provide a full script, but do intend to submit a patch for this anyway.
Anything else we need to know?:
Some callsites of
NodeGroup.GetOptions()
do not properly handle thecloudprovider.ErrNotImplemented
error. This is a valid response and should not cause a broken scale-down operation for these cloud providers.See #5695 (comment)
The text was updated successfully, but these errors were encountered: