Define how much disk space a single container on my nodes can use for its files and layers

To cap the amount of disk space that a single container can use for its files and layers, you can create a ContainerRuntimeConfig object to set the overlaySize CRI-O parameter on the nodes in a specific pool. This limits the size of the CRI-O overlay, or root, partition that each container can consume.