-
Notifications
You must be signed in to change notification settings - Fork 229
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
Add extra_args_array Field #1212
Conversation
CC: @a-blender, could you recommend a reviewer for this PR please? My apologies for keeping it in draft for so long. |
CC: @snasovich, would you by any chance be able to assign a reviewer? Thanks |
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 @khrisrichardson .
Is it ok to specify both extra_args and the new extra_args_array?
@richardcase that is correct, just as they are not mutually exclusive in the rancher/rancher or rancher/rke code |
@richardcase do you have any additional concerns or questions? |
Any chance to get this PR reopened and merged? We're facing an issue as we need to update the |
@nobbs you made the right move opening a new PR. Godspeed |
Issue:
#1209
Problem
Solution
An
extra_args_array
set field was added adjacent to the existingextra_args
field.Testing
Engineering Testing
Manual Testing
Here's a snippet demonstrating which fields were added, with everything else in ellipsis.
And these were the results, trimmed for clarity
Automated Testing
Tests have been added only to
rancher2/structure_cluster_rke_config_services_etcd_test.go
, since the tests for the other services would otherwise use identical schemas, flatteners, and expanders.QA Testing Considerations
Regressions Considerations