• Jing Xu's avatar
    Add EmptyDir Volume and local storage for container overlay Isolation · 0b13aee0
    Jing Xu authored
    This PR adds two features:
    1. add 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.
    2. add support for isolating the local storage for container overlay. If
    the container's overly usage exceeds the limit defined in container
    spec, eviction manager will evict the pod.
    0b13aee0
resource.go 1.56 KB