-
Notifications
You must be signed in to change notification settings - Fork 150
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
migrate to instances v2 #776
Conversation
bd318e6
to
0805a4c
Compare
return "", err | ||
} | ||
// cloudprovider.InstancesV2 methods | ||
// InstancesV2 require ProviderID to be present, so the interface methods all use providerID to get droplet. |
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.
|
||
return nil, cloudprovider.InstanceNotFound |
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.
Ah, I need to handle this in InstancesV2
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.
Handled, with a note that returning false with no error from InstanceExists will remove the node from the cluster. We return nil error if godo err response is http.StatusNotFound.
Will merge this, cause dev image to be released, will run the iteration e2e tests with the dev image and release CCM is all goes well. |
No description provided.