Bug 1891518
Summary: | openshift-object-counts quota is not dynamically updating as the resource is deleted. | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Lukasz Szaszkiewicz <lszaszki> | |
Component: | kube-controller-manager | Assignee: | Lukasz Szaszkiewicz <lszaszki> | |
Status: | CLOSED ERRATA | QA Contact: | zhou ying <yinzhou> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 4.6 | CC: | aos-bugs, ggore, igreen, jokerman, knarra, lszaszki, maszulik, mfojtik, sthakare, sttts, yinzhou | |
Target Milestone: | --- | |||
Target Release: | 4.6.z | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | 1879430 | |||
: | 1891527 (view as bug list) | Environment: | ||
Last Closed: | 2020-12-14 13:50:25 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 1879430 | |||
Bug Blocks: | 1891527 |
Comment 1
zhou ying
2020-11-12 03:32:02 UTC
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 |