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

feat: add option to override default kubernetes scheduler #2013

Merged
merged 8 commits into from May 18, 2023

Commits on May 18, 2023

  1. add option to change default k8s sheduler

    Signed-off-by: adrixop95 <adrixop95@me.com>
    Adrixop95 authored and armru committed May 18, 2023
    Configuration menu
    Copy the full SHA
    198c9b4 View commit details
    Browse the repository at this point in the history
  2. add kubebuilder default setting to sheduler type

    Signed-off-by: adrixop95 <adrixop95@me.com>
    Adrixop95 authored and armru committed May 18, 2023
    Configuration menu
    Copy the full SHA
    c76fdac View commit details
    Browse the repository at this point in the history
  3. regenrate docs, CRDs and update description

    Signed-off-by: adrixop95 <adrixop95@me.com>
    Adrixop95 authored and armru committed May 18, 2023
    Configuration menu
    Copy the full SHA
    94ec2f4 View commit details
    Browse the repository at this point in the history
  4. review: fix default and made message similar to upstream description

    Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
    phisco authored and armru committed May 18, 2023
    Configuration menu
    Copy the full SHA
    d562512 View commit details
    Browse the repository at this point in the history
  5. chore: review

    Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com>
    armru committed May 18, 2023
    Configuration menu
    Copy the full SHA
    4f4a12e View commit details
    Browse the repository at this point in the history
  6. feat: execute a rollout on scheduler change

    Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com>
    armru committed May 18, 2023
    Configuration menu
    Copy the full SHA
    aaa9a71 View commit details
    Browse the repository at this point in the history
  7. fix: ensure rollout is triggered only when needed

    This patch ensures that we trigger the rollout only needed, the only drawback is that we cannot evaluate the empty string
    
    Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com>
    armru committed May 18, 2023
    Configuration menu
    Copy the full SHA
    f2d7a1e View commit details
    Browse the repository at this point in the history
  8. chore: remove leftover status field

    Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
    mnencia committed May 18, 2023
    Configuration menu
    Copy the full SHA
    924235a View commit details
    Browse the repository at this point in the history