• Kubernetes Submit Queue's avatar
    Merge pull request #62243 from resouer/fix-62068 · 1e39d68e
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 59592, 62308, 62523, 62635, 62243). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
    
    Separate pod priority from preemption
    
    **What this PR does / why we need it**:
    Users request to split priority and preemption feature gate so they can use priority separately.
    
    **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
    Fixes #62068 
    
    **Special notes for your reviewer**:
    
    ~~I kept use `ENABLE_POD_PRIORITY` as ENV name for gce cluster scripts for backward compatibility reason. Please let me know if other approach is preffered.~~
    
    ~~This is a potential **break change** as existing clusters will be affected, we may need to include this in 1.11 maybe?~~
    
    TODO: update this doc https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
    
    [Update] Usage: in config file for scheduler:
    ```yaml
    apiVersion: componentconfig/v1alpha1
    kind: KubeSchedulerConfiguration
    ...
    disablePreemption: true
    ```
    
    **Release note**:
    
    ```release-note
    Split PodPriority and PodPreemption feature gate
    ```
    1e39d68e
Name
Last commit
Last update
..
abac Loading commit data...
admission Loading commit data...
admissionregistration Loading commit data...
apps Loading commit data...
authentication Loading commit data...
authorization Loading commit data...
autoscaling Loading commit data...
batch Loading commit data...
certificates Loading commit data...
componentconfig Loading commit data...
core Loading commit data...
events Loading commit data...
extensions Loading commit data...
imagepolicy Loading commit data...
networking Loading commit data...
policy Loading commit data...
rbac Loading commit data...
scheduling Loading commit data...
settings Loading commit data...
storage Loading commit data...
OWNERS Loading commit data...