evictionMaxPodGracePeriodSeconds property

int? evictionMaxPodGracePeriodSeconds
getter/setter pair

eviction_max_pod_grace_period_seconds is the maximum allowed grace period (in seconds) to use when terminating pods in response to a soft eviction threshold being met.

This value effectively caps the Pod's terminationGracePeriodSeconds value during soft evictions. Default: 0. Range: [0, 300].

Optional.

Implementation

core.int? evictionMaxPodGracePeriodSeconds;