Description of problem: `oc explain` output of default overlaySize is 10G. The outdated doc confused the customer with default overlaySize. The description should be updated since the default was removed from the implementation of storage.conf. Version-Release number of selected component (if applicable): How reproducible: Actual results: $ oc explain containerRuntimeConfig.spec.containerRuntimeConfig.logLevel KIND: ContainerRuntimeConfig VERSION: machineconfiguration.openshift.io/v1 FIELD: logLevel <string> DESCRIPTION: logLevel specifies the verbosity of the logs based on the level it is set to. Options are fatal, panic, error, warn, info, and debug. [qiwan@qiwan ~]$ oc explain containerRuntimeConfig.spec.containerRuntimeConfig.overlaySize KIND: ContainerRuntimeConfig VERSION: machineconfiguration.openshift.io/v1 FIELD: overlaySize <string> DESCRIPTION: overlaySize specifies the maximum size of a container image. This flag can be used to set quota on the size of container images. (default: 10GB). Expected results: $ oc explain containerRuntimeConfig.spec.containerRuntimeConfig.logLevel KIND: ContainerRuntimeConfig VERSION: machineconfiguration.openshift.io/v1 FIELD: logLevel <string> DESCRIPTION: logLevel specifies the verbosity of the logs based on the level it is set to. Options are fatal, panic, error, warn, info, and debug. [qiwan@qiwan ~]$ oc explain containerRuntimeConfig.spec.containerRuntimeConfig.overlaySize KIND: ContainerRuntimeConfig VERSION: machineconfiguration.openshift.io/v1 FIELD: overlaySize <string> DESCRIPTION: overlaySize specifies the maximum size of a container image. This flag can be used to set quota on the size of container images. Additional info:
verified. % oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.11.0-0.nightly-2022-05-10-045003 True False 16m Cluster version is 4.11.0-0.nightly-2022-05-10-045003 % oc explain containerRuntimeConfig.spec.containerRuntimeConfig.overlaySize KIND: ContainerRuntimeConfig VERSION: machineconfiguration.openshift.io/v1 FIELD: overlaySize <string> DESCRIPTION: overlaySize specifies the maximum size of a container image. This flag can be used to set quota on the size of container images.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: OpenShift Container Platform 4.11.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:5069