Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jun 3, 2024

  1. makefile: use more specific paths for controller-gen

    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 <jarrpa@redhat.com>
    jarrpa committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    87bf59d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. operations: volume migration initial commit

    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 <jarrpa@redhat.com>
    jarrpa committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e3b19ad View commit details
    Browse the repository at this point in the history
  2. vendor: volume migration initial commit

    Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
    jarrpa committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    029ba52 View commit details
    Browse the repository at this point in the history