openshift-cs / managed-openshift

Public roadmaps for the Red Hat Managed OpenShift offerings OpenShift Dedicated (OSD) and Red Hat OpenShift Service on AWS (ROSA)
Apache License 2.0
56 stars 6 forks source link

day2 PodPidsLimit (Kubelet) configuration #115

Closed arendej closed 9 months ago

arendej commented 1 year ago

Ability for configuring KubeletConfig parameter PodPidsLimit to define/increase maximum Process IDs per Pod for all pods in the node.

bchandra-ocp commented 9 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.

bchandra-ocp commented 9 months ago

follow what's new in our ROSA documentation https://docs.openshift.com/rosa/rosa_release_notes/rosa-release-notes.html