-
Notifications
You must be signed in to change notification settings - Fork 184
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
Initial commit of volume migration tool #2598
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jarrpa 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 |
9ec3ec6
to
783e2dc
Compare
/retest |
92acd85
to
84f8bb1
Compare
d31f76a
to
f393603
Compare
/retest |
/retest |
1 similar comment
/retest |
f393603
to
c61629b
Compare
Previously, the paths given to controller-gen have it scanning all go packages in the repo for relevant kubebuilder markers. This can cause problems with parts of the repo that may need additional libraries installed in the runtime environment but are not required for the operator or its bundle manifests. Limiting controller-gen to only scan the directories that are actually relevant to its functionality resolves this, and just seems like a good idea in general. Signed-off-by: Jose A. Rivera <[email protected]>
c61629b
to
677a3ca
Compare
677a3ca
to
5bf733b
Compare
At the moment, this tool is not guaranteed to work as intended across all environments. This commit is to help start integrating the tool into our CI/CD pipelines, and also to verify that it doesn't break anything for the rest of the repo. Signed-off-by: Jose A. Rivera <[email protected]>
Signed-off-by: Jose A. Rivera <[email protected]>
5bf733b
to
029ba52
Compare
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This PR contains an initial set of commits for a volume migration tool for OCS.
At the moment the tool is not guaranteed to work, and thus I'm not looking for a review of the code itself. The main purpose of this PR is to verify that committing it to the repo doesn't break the CI or development environment of other contributors. It is also intended to get the tool integrated into downstream CD/CI pipelines.
Signed-off-by: Jose A. Rivera [email protected]