Closed arendej closed 11 months ago
https://github.com/openshift/rosa/releases/tag/v1.2.31
Enable modification of cluster PIDs limit: rosa create kubeletconfig -c $CLUSTER_ID --pod-pids-limit=$PID_LIMIT. Enable modification of cluster PIDs limit: rosa describe kubeletconfig -c $CLUSTER_ID. Enable modification of cluster PIDs limit: rosa edit kubeletconfig -c $CLUSTER_ID --pod-pids-limit=$PID_LIMIT. Enable modification of cluster PIDs limit: rosa delete kubeletconfig -c $CLUSTER_ID.
follow what's new in our ROSA documentation https://docs.openshift.com/rosa/rosa_release_notes/rosa-release-notes.html
Ability for configuring KubeletConfig parameter PodPidsLimit to define/increase maximum Process IDs per Pod for all pods in the node.