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

Introduce RequestEviction feature for evicting pods in background (KEP-1397) #1466

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    923055b View commit details
    Browse the repository at this point in the history
  2. Introduce RequestEviction feature for evicting pods in background

    When the feature is enabled each pod with descheduler.alpha.kubernetes.io/request-evict-only
    annotation will have the eviction API error examined for a specific
    error code/reason and message. If matched eviction of such a pod will be interpreted
    as initiation of an eviction in background.
    ingvagabund committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7751d10 View commit details
    Browse the repository at this point in the history
  3. bump(vendor)

    ingvagabund committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    798dbef View commit details
    Browse the repository at this point in the history
  4. Create an Apply function

    ingvagabund committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7d50a3b View commit details
    Browse the repository at this point in the history