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

BUILD-264: Refresh-Resources Mode and Configurable Namespaces #46

Merged
merged 2 commits into from
Sep 3, 2021

Commits on Sep 3, 2021

  1. Refresh-Resources mode and Configurable Namespaces

    Creating an additional flag (`--refreshresources`), so when disabled,
    the object-cache is updated just before mounting the volume. It allows
    the controller to only watch OpenShift's `Share`.
    
    Namespaces can now be configured with `--ignorenamespace` flag.
    
    Co-authored-by: Corey Daley <cdaley@redhat.com>
    otaviof and coreydaley committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    a851a70 View commit details
    Browse the repository at this point in the history
  2. E2E for Disabled Refresh-Resources

    Adapting deploy.sh script with a flag to add an "refreshresources=false"
    mode, and introducing kustomize to edit the resources before rolling out
    in the cluster.
    
    Tweaking end-to-end test to wait for a configurable amount of pods
    produced by the `DeamonSet`, so it can run in smaller testing clusters.
    otaviof committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    b1fc7c2 View commit details
    Browse the repository at this point in the history