Bug 1782588
| Summary: | GCP destroy is leaking Project IAM bindings. | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Abhinav Dahiya <adahiya> |
| Component: | Installer | Assignee: | Abhinav Dahiya <adahiya> |
| Installer sub component: | openshift-installer | QA Contact: | Yang Yang <yanyang> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | unspecified | ||
| Priority: | unspecified | CC: | jialiu |
| Version: | 4.2.0 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.2.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1782584 | Environment: | |
| Last Closed: | 2020-01-07 17:55:11 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: | 1782583, 1782584 | ||
| Bug Blocks: | |||
|
Description
Abhinav Dahiya
2019-12-11 22:00:46 UTC
Verify it with payload 4.2.0-0.nightly-2019-12-23-132554.
Steps of verification as below:
1. Get the service accounts after the cluster setup
# gcloud projects get-iam-policy openshift-qe --format json | grep "yy42ip"
"serviceAccount:yy42ip-nwh8z-m.gserviceaccount.com",
"serviceAccount:yy42ip-nwh8z-openshift-m-nnbg6.gserviceaccount.com",
"serviceAccount:yy42ip-nwh8z-m.gserviceaccount.com",
"serviceAccount:yy42ip-nwh8z-m.gserviceaccount.com",
"serviceAccount:yy42ip-nwh8z-w.gserviceaccount.com",
"serviceAccount:yy42ip-nwh8z-openshift-i-hzbjf.gserviceaccount.com",
"serviceAccount:yy42ip-nwh8z-m.gserviceaccount.com",
"serviceAccount:yy42ip-nwh8z-openshift-i-8d95j.gserviceaccount.com",
"serviceAccount:yy42ip-nwh8z-openshift-m-nnbg6.gserviceaccount.com",
"serviceAccount:yy42ip-nwh8z-m.gserviceaccount.com",
"serviceAccount:yy42ip-nwh8z-openshift-i-8d95j.gserviceaccount.com",
"serviceAccount:yy42ip-nwh8z-w.gserviceaccount.com",
2. Get the service accounts after the cluster is destroyed
# gcloud projects get-iam-policy openshift-qe --format json | grep "yy42ip"
No output
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:0014 |