Hide Forgot
Done the pre--merge-verify with : 4.6.0-0.ci.test-2020-11-12-023057-ci-ln-mq83wx2: Steps: 1) create quota: `oc create quota test1 --hard=openshift.io/imagestreams=10` 2) check the quota: [zhouying@dhcp-140-138 ~]$ oc describe quota test1 Name: test1 Namespace: zhouyt Resource Used Hard -------- ---- ---- openshift.io/imagestreams 0 10 3)create the first app: `oc new-app httpd-example` 4) check the quota: [zhouying@dhcp-140-138 ~]$ oc get is NAME IMAGE REPOSITORY TAGS UPDATED httpd-example image-registry.openshift-image-registry.svc:5000/zhouyt/httpd-example [zhouying@dhcp-140-138 ~]$ oc describe quota test1 Name: test1 Namespace: zhouyt Resource Used Hard -------- ---- ---- openshift.io/imagestreams 1 10 5) create the second app: `oc new-app rails-postgresql-example` 6) check the quota: [zhouying@dhcp-140-138 ~]$ oc get is NAME IMAGE REPOSITORY TAGS UPDATED httpd-example image-registry.openshift-image-registry.svc:5000/zhouyt/httpd-example latest 3 minutes ago rails-postgresql-example image-registry.openshift-image-registry.svc:5000/zhouyt/rails-postgresql-example latest 19 seconds ago [zhouying@dhcp-140-138 ~]$ oc describe quota test1 Name: test1 Namespace: zhouyt Resource Used Hard -------- ---- ---- openshift.io/imagestreams 2 10 7) delete app: `oc delete all -l app=httpd-example` 8) check the quota: [zhouying@dhcp-140-138 ~]$ oc get is NAME IMAGE REPOSITORY TAGS UPDATED rails-postgresql-example image-registry.openshift-image-registry.svc:5000/zhouyt/rails-postgresql-example latest About a minute ago [zhouying@dhcp-140-138 ~]$ oc describe quota test1 Name: test1 Namespace: zhouyt Resource Used Hard -------- ---- ---- openshift.io/imagestreams 1 10 9)delete all app: `oc delete all --all` 10) check the quota: [zhouying@dhcp-140-138 ~]$ oc get is No resources found in zhouyt namespace. [zhouying@dhcp-140-138 ~]$ oc describe quota test1 Name: test1 Namespace: zhouyt Resource Used Hard -------- ---- ---- openshift.io/imagestreams 0 10 Based on the above we could clarify this issue has fixed.
The PR is waiting for the cherry-pick-approved label.
Confirmed with latest payload: 4.6.0-0.nightly-2020-11-26-234822 , the issue has fixed: [root@dhcp-140-138 roottest]# oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.6.0-0.nightly-2020-11-26-234822 True False 44m Cluster version is 4.6.0-0.nightly-2020-11-26-234822 steps: 1) `oc create quota test1 --hard=openshift.io/imagestreams=10` 2) [root@dhcp-140-138 roottest]# oc describe quota test1 Name: test1 Namespace: zhouy Resource Used Hard -------- ---- ---- openshift.io/imagestreams 0 10 3) `oc new-app httpd-example` 4) [root@dhcp-140-138 roottest]# oc get is NAME IMAGE REPOSITORY TAGS UPDATED httpd-example image-registry.openshift-image-registry.svc:5000/zhouy/httpd-example [root@dhcp-140-138 roottest]# oc describe quota test1 Name: test1 Namespace: zhouy Resource Used Hard -------- ---- ---- openshift.io/imagestreams 1 10 [root@dhcp-140-138 roottest]# oc delete all --all [root@dhcp-140-138 roottest]# oc get is No resources found in zhouy namespace. [root@dhcp-140-138 roottest]# oc describe quota test1 Name: test1 Namespace: zhouy Resource Used Hard -------- ---- ---- openshift.io/imagestreams 0 10
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 (Moderate: OpenShift Container Platform 4.6.8 security and bug fix 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-2020:5259