Bug 1821666
| Summary: | some resources are not cleaned up after disabling techPreviewUserWorkload | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Junqi Zhao <juzhao> |
| Component: | Monitoring | Assignee: | Paul Gier <pgier> |
| Status: | CLOSED ERRATA | QA Contact: | Junqi Zhao <juzhao> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 4.5 | CC: | alegrand, anpicker, erooth, kakkoyun, lcosic, mloibl, pkrupa, surbania |
| Target Milestone: | --- | ||
| Target Release: | 4.5.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-07-13 17:25:52 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
Junqi Zhao
2020-04-07 11:18:58 UTC
much better now, tested with 4.5.0-0.nightly-2020-05-04-113741, the thanos-ruler-trusted-ca-bundle-*** configmap is not deleted. enabled techPreviewUserWorkload # oc -n openshift-user-workload-monitoring get configmaps NAME DATA AGE prometheus-user-workload-rulefiles-0 0 35m serving-certs-ca-bundle 1 35m thanos-ruler-trusted-ca-bundle 1 35m thanos-ruler-trusted-ca-bundle-39man1pbaa8jq 1 31m thanos-ruler-user-workload-rulefiles-0 1 6m4s disabled techPreviewUserWorkload # oc -n openshift-user-workload-monitoring get configmaps NAME DATA AGE thanos-ruler-trusted-ca-bundle-39man1pbaa8jq 1 63m Issue is fixed with 4.5.0-0.nightly-2020-05-20-183547, hashed ca bundle configmaps are cleaned enabled techPreviewUserWorkload # oc -n openshift-user-workload-monitoring get configmaps prometheus-user-workload-rulefiles-0 0 111s serving-certs-ca-bundle 1 2m17s thanos-ruler-trusted-ca-bundle 1 116s thanos-ruler-trusted-ca-bundle-39man1pbaa8jq 1 113s thanos-ruler-user-workload-rulefiles-0 0 108s disabled techPreviewUserWorkload # oc -n openshift-user-workload-monitoring get configmaps No resources found in openshift-user-workload-monitoring namespace. 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:2409 |