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

Backport PVC Protection Feature Scheduler Changes #18110

Commits on Jan 17, 2018

  1. UPSTREAM: 55957: Scheduler Skips Pods that Use PVCs that Are Being De…

    …leted
    
    PVC Protection feature consists of the below PRs:
    - kubernetes/kubernetes#55873
    - kubernetes/kubernetes#55824
    - kubernetes/kubernetes#55957
    
    The PRs #55873 and #55824 were merged into K8s 1.9, however, the PR #55957 was merged into K8s 1.10. That's why this PR is backported.
    
    This commit modifies scheduler in such a way that it does not schedule a pod that uses a PVC that is being deleted.
    pospispa committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    eeb1dbb View commit details
    Browse the repository at this point in the history