Skip to content

Commit 6ada376

Browse files
authored
Merge pull request #79713 from abrennan89/OCPBUGS-13688
OCPBUGS-13688: Use of pidsLimit is deprecated as of 4.11 and new default is 4096
2 parents aff1c83 + 5648a18 commit 6ada376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/create-a-containerruntimeconfig-crd.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To revert the changes implemented by using a `ContainerRuntimeConfig` CR, you mu
1515

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

18-
* **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`.
18+
* **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`.
1919
+
2020
[NOTE]
2121
====

0 commit comments

Comments
 (0)