diff --git a/node.yaml b/node.yaml index c69bdad..5828320 100644 --- a/node.yaml +++ b/node.yaml @@ -174,7 +174,11 @@ parameters: container_quota: type: number - description: Quota for container in GB + description: > + Quota for container in GB via docker dm.basesize. + Limits the size of images and containers. Docker default of 10GB is used when + this parameter defaults to 0. + See docker dm.basesize documentation for further info and limitations. default: 0 deployment_type: diff --git a/openshift.yaml b/openshift.yaml index ffba279..f645967 100644 --- a/openshift.yaml +++ b/openshift.yaml @@ -492,7 +492,11 @@ parameters: container_quota: type: number - description: Quota for container in GB + description: > + Quota for container in GB via docker dm.basesize. + Limits the size of images and containers. Docker default of 10GB is used when + this parameter defaults to 0. + See docker dm.basesize documentation for further info and limitations. default: 0 extra_openshift_ansible_params: