Bug 1454550
| Summary: | After create imagestream the usage num of 'openshift.io/imagestreams' will double counted | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | zhou ying <yinzhou> |
| Component: | Image Registry | Assignee: | Michal Fojtik <mfojtik> |
| Status: | CLOSED ERRATA | QA Contact: | ge liu <geliu> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.6.0 | CC: | aos-bugs |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | 3.7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-11-28 21:55:46 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
zhou ying
2017-05-23 03:29:02 UTC
Confirmed with latest OCP3.6 , the issue has fixed:
openshift v3.6.86
kubernetes v1.6.1+5115d708d7
etcd 3.1.0
[root@zhouy ~]# oc get is
NAME DOCKER REPO TAGS UPDATED
mybox 172.30.135.149:5000/zhouy/mybox latest 4 minutes ago
ruby-22-centos7 172.30.135.149:5000/zhouy/ruby-22-centos7 latest 4 minutes ago
ruby-ex 172.30.135.149:5000/zhouy/ruby-ex latest 3 minutes ago
[root@zhouy ~]# oc get quota -o yaml
.....
spec:
hard:
openshift.io/imagestreams: "10"
status:
hard:
openshift.io/imagestreams: "10"
used:
openshift.io/imagestreams: "3"
kind: List
metadata: {}
resourceVersion: ""
selfLink: ""
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, 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-2017:3188 |