Skip to content

Commit 55b42c3

Browse files
committed
BZ:2013668 - Updating the values in ContainerRuntimeConfig
1 parent 40acb95 commit 55b42c3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

modules/create-a-containerruntimeconfig-crd.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can modify the following settings by using a `ContainerRuntimeConfig` CR:
2020
* **Maximum log size**: The `logSizeMax` parameter sets the CRI-O `log_size_max` parameter, which is the maximum size allowed for the container log file. The default is unlimited (`log_size_max = -1`). If set to a positive number, it must be at least 8192 to not be smaller than the ConMon read buffer. ConMon is a program that
2121
monitors communications between a container manager (such as Podman or CRI-O) and the OCI runtime (such as runc or crun) for a single container.
2222

23-
You should have one `ContainerRuntimeConfig` CR for each machine config pool with all the config changes you want for that pool. If you are applying the same content to all the pools, you only need one `ContainerRuntimeConfig` CR for all the pools.
23+
You should have one `ContainerRuntimeConfig` CR for each machine config pool with all the config changes you want for that pool. If you are applying the same content to all the pools, you only need one `ContainerRuntimeConfig` CR for all the pools.
2424

2525
You should edit an existing `ContainerRuntimeConfig` CR to modify existing settings or add new settings instead of creating a new CR for each change. It is recommended to create a new `ContainerRuntimeConfig` CR only to modify a different machine config pool, or for changes that are intended to be temporary so that you can revert the changes.
2626

@@ -88,10 +88,11 @@ spec:
8888
logSizeMax: "-1" <5>
8989
----
9090
<1> Specifies the machine config pool label.
91-
<2> Optional: Specifies the level of verbosity for log messages.
92-
<3> Optional: Specifies the maximum size allowed for the container log file. If set to a positive number, it must be at least `8192`.
91+
<2> Optional: Specifies the maximum number of processes allowed in a container.
92+
<3> Optional: Specifies the level of verbosity for log messages.
9393
<4> Optional: Specifies the maximum size of a container image.
94-
<5> Optional: Specifies the maximum number of processes allowed in a container.
94+
<5> Optional: Specifies the maximum size allowed for the container log file. If
95+
set to a positive number, it must be at least 8192.
9596

9697
.Procedure
9798

0 commit comments

Comments
 (0)