pidAvailable property

String? pidAvailable
getter/setter pair

Amount of PID available for pod allocation.

Defines the amount of "pid.available" signal in kubelet. Default is unset, if not specified in the kubelet config. It takses percentage value for now. Sample format: "30%". Must be >= 10% and <= 50%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals

Optional.

Implementation

core.String? pidAvailable;