Description of problem: Pod cannot be deployed for below error: 4s 15s 13 fuse70-console-1.1539bfda0d1abc06 ReplicationController Warning FailedCreate replication-controller Error creating: pods "fuse70-console-1-" is forbidden: failed quota: 696e74322d777a68656e672d6f6e6c696e65-compute: spec.containers[0].resources.requests: Invalid value: "80Mi": must be less than or equal to memory limit Version-Release number of selected component (if applicable): v3.9.14 How reproducible: always Steps to Reproduce: 1.oc new-app --template=fuse70-console 2.oc get events 3. Actual results: 4s 15s 13 fuse70-console-1.1539bfda0d1abc06 ReplicationController Warning FailedCreate replication-controller Error creating: pods "fuse70-console-1-" is forbidden: failed quota: 696e74322d777a68656e672d6f6e6c696e65-compute: spec.containers[0].resources.requests: Invalid value: "80Mi": must be less than or equal to memory limit Expected results: Should deploy successfully Additional info:
This seems to be working after the latest template updates. [root@online-int-master-05114 ~]# oc get pods -n dakinitest20180712-2 NAME READY STATUS RESTARTS AGE fuse70-console-1-bmmff 1/1 Running 0 1m
Pod is running now: $ oc get pods NAME READY STATUS RESTARTS AGE fuse70-console-1-nr8fm 1/1 Running 0 3m