Bug 1766856
| Summary: | Local volume feature broken with RBAC permission issue | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Liang Xia <lxia> | |
| Component: | Storage | Assignee: | Hemant Kumar <hekumar> | |
| Status: | CLOSED ERRATA | QA Contact: | Liang Xia <lxia> | |
| Severity: | urgent | Docs Contact: | ||
| Priority: | urgent | |||
| Version: | 4.3.0 | CC: | aos-bugs, aos-storage-staff, hekumar, lbednar | |
| Target Milestone: | --- | Keywords: | TestBlocker | |
| Target Release: | 4.3.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1774090 (view as bug list) | Environment: | ||
| Last Closed: | 2020-01-23 11:09:47 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: | ||||
| Bug Depends On: | 1768701 | |||
| Bug Blocks: | 1774090 | |||
|
Description
Liang Xia
2019-10-30 06:21:26 UTC
Tested with 4.3.0-0.nightly-2019-11-10-185106 using quay.io/hekumar as app registry, no RBAC issue now. $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.3.0-0.nightly-2019-11-10-185106 True False 5h4m Cluster version is 4.3.0-0.nightly-2019-11-10-185106 $ oc get all -n local-storage NAME READY STATUS RESTARTS AGE pod/local-disks-local-diskmaker-b442v 1/1 Running 0 3m58s pod/local-disks-local-diskmaker-zxmz8 1/1 Running 0 3m58s pod/local-disks-local-provisioner-df62f 1/1 Running 0 3m58s pod/local-disks-local-provisioner-kgb6d 1/1 Running 0 3m58s pod/local-storage-operator-b6b7c94b6-jwjzh 1/1 Running 0 37m NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE service/local-storage-operator ClusterIP 172.30.117.98 <none> 60000/TCP 37m NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE daemonset.apps/local-disks-local-diskmaker 2 2 2 2 2 <none> 3m59s daemonset.apps/local-disks-local-provisioner 2 2 2 2 2 <none> 3m59s NAME READY UP-TO-DATE AVAILABLE AGE deployment.apps/local-storage-operator 1/1 1 1 37m NAME DESIRED CURRENT READY AGE replicaset.apps/local-storage-operator-b6b7c94b6 1 1 1 37m $ oc get sc,pv NAME PROVISIONER AGE storageclass.storage.k8s.io/local-sc kubernetes.io/no-provisioner 4m44s storageclass.storage.k8s.io/standard (default) kubernetes.io/gce-pd 5h16m NAME CAPACITY ACCESS MODES RECLAIM POLICY STATUS CLAIM STORAGECLASS REASON AGE persistentvolume/local-pv-cc199c3e 10Gi RWO Delete Available local-sc 4m20s $ pwd ; git diff catalog-create-subscribe.yaml /home/lxia/github.com/local-storage-operator/examples/olm diff --git a/examples/olm/catalog-create-subscribe.yaml b/examples/olm/catalog-create-subscribe.yaml index 68c088c..1ca7fb2 100644 --- a/examples/olm/catalog-create-subscribe.yaml +++ b/examples/olm/catalog-create-subscribe.yaml @@ -19,7 +19,7 @@ metadata: namespace: openshift-marketplace spec: type: appregistry - endpoint: https://quay.io/cnr + endpoint: https://quay.io/hekumar registryNamespace: hekumar displayName: "Red Hat Storage operators" publisher: "Red Hat Storage" 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/RHBA-2020:0062 |