Created attachment 1270451 [details] UI page Description of problem: When creating application from web console, on Parameter page, the message of Volum Capacity is "Volume space available for data, e.g. 512Mi, 2Gi", This message would mislead users since PVC limitrange of Online is 1Gi. Version-Release number of selected component (if applicable): Openshift 3.5.5.3 https://console.free-stg.openshift.com/ How reproducible: Always Steps to Reproduce: 1 . Create a new project; 2. "Add to" add application to project and then check Parameter page; 3. Modify "Volume Capacity" according to the message "Volume space available for data, e.g. 512Mi, 2Gi"; 4. oc describe limitrange resource-limits; Actual results: 3.Message is "Volume space available for data, e.g. 512Mi, 2Gi"; Expected results Message should be correct. PVC limitrange is 1Gi, not 512Mi , or 2Gi
This would just need to be fixed in the version of the template used in Online.
This change will need to be made for each template that includes a volume. At the moment, we are not maintaining separate lists of templates for free and paid tier. This will increase the maintenance overhead for minimal benefit. We need to look into automating some of these changes for Online - parameter descriptions, deployment strategy changes from "Rolling" to "Recreate", etc. Marking it as low severity for now, till we get said automation in place.