-
Notifications
You must be signed in to change notification settings - Fork 43
Adds RKE2ControlPlane labels to Machines #611
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
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.
It looks good to me, but linter is yealing
return with no blank line before (nlreturn)
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.
Thank you!
fcb5edc
to
e664e98
Compare
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.
thanks!
What this PR does / why we need it:
$subject. For details, refer #517.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #517
Special notes for your reviewer:
This PR has two commits. First one modifies the function signature and requires a change at all places it's called. Second one uses a
for
loop to make changes only at the place where I think it's reuired. Please suggest which commit to keep of the two.I have tested this using the following manifest:
manifest
And then using below command:
Checklist: