-
Notifications
You must be signed in to change notification settings - Fork 40
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
Additional volume options #161
Conversation
Codecov Report
@@ Coverage Diff @@
## master #161 +/- ##
=======================================
Coverage 89.54% 89.54%
=======================================
Files 13 13
Lines 1607 1607
=======================================
Hits 1439 1439
Misses 111 111
Partials 57 57
Continue to review full report at Codecov.
|
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.
This feature is to gather IOPS, DeleteonTermination and Encrypted info from AWS right ?
It's to allow these fields to be configurable in the custom resource |
OK, what if the old configuration doesn't have UserDataStage/data or UserDataStage/stage ?
|
The UserDataStage type changes are backwards compatible, we only added a "name" field and this PR also makes it 'omitempty' to make sure if an old CR did not have this field it won't break. we did make the other two fields (stage, data) required, because without them it would fail anyway |
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
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
Fixes #155
Adds additional volume options to NodeVolumes