-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
4.13, 4.12, 4.11, 4.14
-
Moderate
-
No
-
False
-
-
N/A
-
Release Note Not Required
Description of problem:
Hi Team, In doc[1] remove `pidsLimit: 2048 ` and `logSizeMax: "-1" ` from the example as well as procedure as these settings from ContainerRuntimeConfig is expected to be deprecated.
Actual results:
The CR container `pidsLimit: 2048` and `logSizeMax: "-1"` value. apiVersion: machineconfiguration.openshift.io/v1 kind: ContainerRuntimeConfig metadata: name: overlay-size spec: machineConfigPoolSelector: matchLabels: pools.operator.machineconfiguration.openshift.io/worker: '' containerRuntimeConfig: pidsLimit: 2048 logLevel: debug overlaySize: 8G logSizeMax: "-1"
Expected results:
apiVersion: machineconfiguration.openshift.io/v1 kind: ContainerRuntimeConfig metadata: name: overlay-size spec: machineConfigPoolSelector: matchLabels: pools.operator.machineconfiguration.openshift.io/worker: '' containerRuntimeConfig: logLevel: debug overlaySize: 8G
Additional info:
Also other details related to those two setting should be removed mentioned in doc [1] .
1. In Example and setting discription 2. In procedure, step 1 3. In Procedure step 6, b
Pull request link https://github.com/openshift/openshift-docs/pull/65857
Can someone please help with the same.