Skip to content

Commit

Permalink
Merge pull request #79713 from abrennan89/OCPBUGS-13688
Browse files Browse the repository at this point in the history
OCPBUGS-13688: Use of pidsLimit is deprecated as of 4.11 and new default is 4096
  • Loading branch information
abrennan89 authored Jul 30, 2024
2 parents aff1c83 + 5648a18 commit 6ada376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/create-a-containerruntimeconfig-crd.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To revert the changes implemented by using a `ContainerRuntimeConfig` CR, you mu

You can modify the following settings by using a `ContainerRuntimeConfig` CR:

* **PIDs limit**: Setting the PIDs limit in the `ContainerRuntimeConfig` is expected to be deprecated. If PIDs limits are required, it is recommended to use the `podPidsLimit` field in the `KubeletConfig` CR instead. The default value of the `podPidsLimit` field is `4096`.
* **PIDs limit**: Setting the PIDs limit in the `ContainerRuntimeConfig` is expected to be deprecated. If PIDs limits are required, it is recommended to use the `podPidsLimit` field in the `KubeletConfig` CR instead. The default `podPidsLimit` value is `4096` and the default `pids_limit` value is `0`. If `podPidsLimit` is lower than `pids_limit` then the effective container PIDs limit is defined by the value set in `podPidsLimit`.
+
[NOTE]
====
Expand Down

0 comments on commit 6ada376

Please sign in to comment.