• Kubernetes Submit Queue's avatar
    Merge pull request #45686 from jingxu97/May/emptyDir · cb681321
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Add EmptyDir volume capacity isolation
    
    This PR adds the support for isolating the emptyDir volume use. If user
    sets a size limit for emptyDir volume, kubelet's eviction manager monitors its usage
    and evict the pod if the usage exceeds the limit.
    
    This feature is part of local storage capacity isolation and described in the proposal kubernetes/community#306
    
    **Release note**:
    
    ```release-note
    Alpha feature: allows users to set storage limit to isolate EmptyDir volumes. It enforces the limit by evicting pods that exceed their storage limits  
    ```
    cb681321
Name
Last commit
Last update
..
e2e Loading commit data...
e2e_federation Loading commit data...
e2e_node Loading commit data...
fixtures Loading commit data...
images Loading commit data...
integration Loading commit data...
kubemark Loading commit data...
list Loading commit data...
soak Loading commit data...
utils Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
test_owners.csv Loading commit data...
test_owners.json Loading commit data...