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

Add discovered application samples #53

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

Commits on Jun 4, 2024

  1. Introduce discovered applications

    Add a section about the difference between managed and discovered
    applications and update the titles to make it clear that the current
    instructions are for OCM managed applications.
    
    Signed-off-by: Nir Soffer <[email protected]>
    nirs committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3d14b7c View commit details
    Browse the repository at this point in the history
  2. Make room for discovered applications dr

    Move current dr samples to dr/managed, making rook for dr/discovered
    samples.
    
    Signed-off-by: Nir Soffer <[email protected]>
    nirs committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e97d598 View commit details
    Browse the repository at this point in the history
  3. Add discovered deployment-rbd dr resources

    The ManagedClusterBinding belongs to the ramen-ops namespace and
    not to the application, so we keep it in the ramen-ops directory.
    
    The rest of the resources are in the deployment-rbd directory. I'm not
    sure how easy it will be to share a base kustomization with other
    workloads so lets start with something simple.
    
    The README was updated to describe complete DR flow for discovered
    application using the new resources.
    
    Signed-off-by: Nir Soffer <[email protected]>
    nirs committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6bc74a5 View commit details
    Browse the repository at this point in the history