-
Notifications
You must be signed in to change notification settings - Fork 432
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
Linode lke #818 #904
Linode lke #818 #904
Conversation
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 thanks to @mlabouardy! 🚀
hey @professorabhay just suggested a couple of small nits (apologies for asking such small changes), once done, we can proceed and merge the PR!
providers/linode/lkepool/lke_pool.go
Outdated
Cost: 0, | ||
// Name: nodePool.Label, | ||
FetchedAt: time.Now(), | ||
CreatedAt: time.Time{}, // Update this with the actual created time. |
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.
can we fix this please if possible?
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.
I tried but not find the way to do so. Because every time I try to fetch then its give error of not defined in linodego library
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.
Then can we have some other identifier if possible as a name? or if you could fetch the name in some other way and parse it? because ideally we should not not have a name. Let me know if you need my hand on this!
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.
Ok, I'll let you know
Hey @professorabhay, any update on this please? If you are unable to get the node name, can you add any other identifier as a name? Because we cannot keep that field blank, we can possibly tackle the name at a later stage! Let me know once the PR is ready for review! |
Added identifier "Type" as a name
Hey @ShubhamPalriwala, I make the changes as you said. |
Okay, so can you add something like an ID to the name field of the Komiser object for a comparatively better identification? Thanks |
We donot have a standard for now so I would suggest keeping id is better, but @ShubhamPalriwala I think we should work together and write down what exactly this field in the resources should carry |
Great suggestion, happy to help with that as well :) |
Problem
#818
Checklist
Reviewers
@ShubhamPalriwala and @mlabouardy