-
Notifications
You must be signed in to change notification settings - Fork 230
Add volume type to represent shared volume for a Baremetal deployment #373
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
|
Can you remove WIP from commit message + title if this is ready to go? Looks good to me. |
…remetal deployment
|
/lgtm |
|
/assign @frobware |
imain
left a comment
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.
Looks good to me! Thanks Sandhya!
can you elaborate why in the description? |
I've pinged @sadasu on slack to ask, but AFAICT, it looks like it's just cosmetic, and not fixing anything |
Yep - it's designed around losing all of this data anytime, just need to share some stuff between a handful of containers while they run |
|
confirmed that the number change is just cosmetic btw @enxebre |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: enxebre The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@enxebre I had originally picked 12 in the filename (next seriel number that was available) and then a merge went just before mine that had grabbed that #. I missed this detail in my original commit and rebase won't flag that. I bumped the # in my filename to 13 to accommodate to accommodate the file naming convention. |
|
@sadasu cool see for more input on how ordering works https://github.com/openshift/cluster-version-operator/blob/master/docs/dev/operators.md#what-is-the-order-that-resources-get-createdupdated-in |
Create a volume type to represent the shared volume used by various containers in a Baremetal deployment. Also, the Baremetal CRD needs it ordering number bumped up by 1.